Html Css Color HEX #CF6C3E Zest

📋 copy color: '#CF6C3E'

red 207 ◦ green 108 ◦ blue 62

#CF6C3E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Zest #CF6C3E

Tints of Zest #CF6C3E

RGB

 RED value IS 207 (81.25% from 255) = 54.91%

 GREEN value IS 108 (42.58% from 255) = 28.65%

 BLUE value IS 62 (24.61% from 255) = 16.45%

R = 54.91%
G = 28.65%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CF6C3E (or 0xCF6C3E) is known color: Zest. HEX triplet: CF, 6C and 3E. RGB value is (207,108,62). Sum of RGB (Red+Green+Blue) = 207+108+62=377 (49% of max value = 765). Red value is 207 (81.25% from 255 or 54.91% from 377); Green value is 108 (42.58% from 255 or 28.65% from 377); Blue value is 62 (24.61% from 255 or 16.45% from 377); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6C3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6C3E is #3093C1. Grayscale: #848484. Windows color (decimal): -3183554 or 4091087. OLE color: 4091087.

HSL color Cylindrical-coordinate representation of color #CF6C3E: hue angle of 19.03º 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 #CF6C3E is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 108 62 -
CMYK 0 0.48 0.70 0.19
HSL 19.03º 0.6% 0.53% -
HSV(B) 19.03º 0.7% 0.81% -
XYZ 31.96 24.34 7.57 -
YUV 132.36 88.3 181.24 -
System Red Green Blue C M Y K H S L
Decimal 207 108 62 0 0.48 0.70 0.19 19.03 0.6 0.53
Hex CF 6C 3E 0 30 46 13 13 3C 35
Octal 317 154 76 0 60 106 23 23 74 65
Binary 11001111 1101100 111110 0 110000 1000110 10011 10011 111100 110101

Color Harmonies of #CF6C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6C3E

Black with #CF6C3E

Text Example


Text Example

White with #CF6C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6C3E; }

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

 H1.HeaderClassName
 {
   color: #CF6C3E;
 }
 .AnyTagClassName
 {
   color: #CF6C3E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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