Html Css Color HEX #CFCA8E Winter Hazel

📋 copy color: '#CFCA8E'

red 207 ◦ green 202 ◦ blue 142

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

Shades of Winter Hazel #CFCA8E

Tints of Winter Hazel #CFCA8E

RGB

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

 GREEN value IS 202 (79.3% from 255) = 36.66%

 BLUE value IS 142 (55.86% from 255) = 25.77%

R = 37.57%
G = 36.66%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CFCA8E (or 0xCFCA8E) is known color: Winter Hazel. HEX triplet: CF, CA and 8E. RGB value is (207,202,142). Sum of RGB (Red+Green+Blue) = 207+202+142=551 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.57% from 551); Green value is 202 (79.30% from 255 or 36.66% from 551); Blue value is 142 (55.86% from 255 or 25.77% from 551); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCA8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCA8E is #303571. Grayscale: #C4C4C4. Windows color (decimal): -3159410 or 9358031. OLE color: 9358031.

HSL color Cylindrical-coordinate representation of color #CFCA8E: hue angle of 55.38º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CFCA8E is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 202 142 -
CMYK 0 0.02 0.31 0.19
HSL 55.38º 0.4% 0.68% -
HSV(B) 55.38º 0.31% 0.81% -
XYZ 51.74 57.46 33.96 -
YUV 196.66 97.16 135.38 -
System Red Green Blue C M Y K H S L
Decimal 207 202 142 0 0.02 0.31 0.19 55.38 0.4 0.68
Hex CF CA 8E 0 2 1F 13 37 28 44
Octal 317 312 216 0 2 37 23 67 50 104
Binary 11001111 11001010 10001110 0 10 11111 10011 110111 101000 1000100

Color Harmonies of #CFCA8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCA8E

Black with #CFCA8E

Text Example


Text Example

White with #CFCA8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCA8E; }

 p { color: rgb(207,202,142); }

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

background-color css

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

 a { background-color: rgb(207,202,142); }

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

border-color css

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

 span { border-color: rgb(207,202,142); }

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