Html Css Color HEX #CF6F3E Zest

📋 copy color: '#CF6F3E'

red 207 ◦ green 111 ◦ blue 62

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

Shades of Zest #CF6F3E

Tints of Zest #CF6F3E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.21%

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

R = 54.47%
G = 29.21%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CF6F3E (or 0xCF6F3E) is known color: Zest. HEX triplet: CF, 6F and 3E. RGB value is (207,111,62). Sum of RGB (Red+Green+Blue) = 207+111+62=380 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.47% from 380); Green value is 111 (43.75% from 255 or 29.21% from 380); Blue value is 62 (24.61% from 255 or 16.32% from 380); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6F3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6F3E is #3090C1. Grayscale: #868686. Windows color (decimal): -3182786 or 4091855. OLE color: 4091855.

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

Color convert

RGB 207 111 62 -
CMYK 0 0.46 0.70 0.19
HSL 20.28º 0.6% 0.53% -
HSV(B) 20.28º 0.7% 0.81% -
XYZ 32.29 24.98 7.68 -
YUV 134.12 87.3 179.98 -
System Red Green Blue C M Y K H S L
Decimal 207 111 62 0 0.46 0.70 0.19 20.28 0.6 0.53
Hex CF 6F 3E 0 2E 46 13 14 3C 35
Octal 317 157 76 0 56 106 23 24 74 65
Binary 11001111 1101111 111110 0 101110 1000110 10011 10100 111100 110101

Color Harmonies of #CF6F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6F3E

Black with #CF6F3E

Text Example


Text Example

White with #CF6F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6F3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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