Html Css Color HEX #CFCA8C Winter Hazel

📋 copy color: '#CFCA8C'

red 207 ◦ green 202 ◦ blue 140

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

Shades of Winter Hazel #CFCA8C

Tints of Winter Hazel #CFCA8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 25.5%

R = 37.7%
G = 36.79%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CFCA8C (or 0xCFCA8C) is known color: Winter Hazel. HEX triplet: CF, CA and 8C. RGB value is (207,202,140). Sum of RGB (Red+Green+Blue) = 207+202+140=549 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.70% from 549); Green value is 202 (79.30% from 255 or 36.79% from 549); Blue value is 140 (55.08% from 255 or 25.50% from 549); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCA8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCA8C is #303573. Grayscale: #C4C4C4. Windows color (decimal): -3159412 or 9226959. OLE color: 9226959.

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

Color convert

RGB 207 202 140 -
CMYK 0 0.02 0.32 0.19
HSL 55.52º 0.41% 0.68% -
HSV(B) 55.52º 0.32% 0.81% -
XYZ 51.59 57.4 33.17 -
YUV 196.43 96.16 135.54 -
System Red Green Blue C M Y K H S L
Decimal 207 202 140 0 0.02 0.32 0.19 55.52 0.41 0.68
Hex CF CA 8C 0 2 20 13 38 29 44
Octal 317 312 214 0 2 40 23 70 51 104
Binary 11001111 11001010 10001100 0 10 100000 10011 111000 101001 1000100

Color Harmonies of #CFCA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCA8C

Black with #CFCA8C

Text Example


Text Example

White with #CFCA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCA8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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