Html Css Color HEX #CFCA90 Winter Hazel

📋 copy color: '#CFCA90'

red 207 ◦ green 202 ◦ blue 144

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

Shades of Winter Hazel #CFCA90

Tints of Winter Hazel #CFCA90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 26.04%

R = 37.43%
G = 36.53%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CFCA90 (or 0xCFCA90) is known color: Winter Hazel. HEX triplet: CF, CA and 90. RGB value is (207,202,144). Sum of RGB (Red+Green+Blue) = 207+202+144=553 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.43% from 553); Green value is 202 (79.30% from 255 or 36.53% from 553); Blue value is 144 (56.64% from 255 or 26.04% from 553); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCA90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCA90 is #30356F. Grayscale: #C5C5C5. Windows color (decimal): -3159408 or 9489103. OLE color: 9489103.

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

Color convert

RGB 207 202 144 -
CMYK 0 0.02 0.30 0.19
HSL 55.24º 0.4% 0.69% -
HSV(B) 55.24º 0.3% 0.81% -
XYZ 51.89 57.52 34.75 -
YUV 196.88 98.16 135.22 -
System Red Green Blue C M Y K H S L
Decimal 207 202 144 0 0.02 0.30 0.19 55.24 0.4 0.69
Hex CF CA 90 0 2 1E 13 37 28 45
Octal 317 312 220 0 2 36 23 67 50 105
Binary 11001111 11001010 10010000 0 10 11110 10011 110111 101000 1000101

Color Harmonies of #CFCA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCA90

Black with #CFCA90

Text Example


Text Example

White with #CFCA90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCA90; }

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

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

background-color css

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

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

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

border-color css

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

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

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