#CF753E

Color #CF753E Zest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zest #CF753E

Tints of Zest #CF753E

Color information

#CF753E (or 0xCF753E) is unknown color: approx Zest. HEX triplet: CF, 75 and 3E. RGB value is (207,117,62). Sum of RGB (Red+Green+Blue) = 207+117+62=386 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.63% from 386); Green value is 117 (46.09% from 255 or 30.31% from 386); Blue value is 62 (24.61% from 255 or 16.06% from 386); Max value from RGB is 207 - color contains mainly: red. Hex color #CF753E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF753E is #308AC1. Grayscale: #898989. Windows color (decimal): -3181250 or 4093391. OLE color: 4093391.

HSL color Cylindrical-coordinate representation of color #CF753E: hue angle of 22.76º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF753E is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB20711762-
CMYK00.430.700.19
HSL22.76º60.17%52.75%-
HSV(B)22.76º70.05%81.18%-
XYZ32.9626.347.9-
YUV137.6485.32177.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 53.63%
GREEN value IS 117 (46.09% from 255) = 30.31%
BLUE value IS 62 (24.61% from 255) = 16.06%
R=53.63%
G=30.31%
B=16.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.70
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071176200.430.700.1922.7660.1752.75
HexCF753E02B4613173c35
Octal3171657605310623277465
Binary110011111110101111110010101110001101001110111111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF753E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF753E; }

 p { color: rgb(207,117,62); }

 H1.HeaderClassName
 {
   color: #CF753E;
 }
 .AnyTagClassName
 {
   color: #CF753E;
 }
</style>
background-color css

<style>
 a { background-color: #CF753E; }

 a { background-color: rgb(207,117,62); }

 div.DivClassName
 {
   background-color: #CF753E;
 }
 .BgClassName
 {
   background-color: #CF753E;
 }
</style>
border-color css

<style>
 span { border-color: #CF753E; }

 span { border-color: rgb(207,117,62); }

 td.TdClassName
 {
   border-color: #CF753E;
 }
 .TagClassName
 {
   border-color: #CF753E;
 }
</style>