Html Css Color HEX #CFC990 Winter Hazel

📋 copy color: '#CFC990'

red 207 ◦ green 201 ◦ blue 144

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

Shades of Winter Hazel #CFC990

Tints of Winter Hazel #CFC990

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.41%

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

R = 37.5%
G = 36.41%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CFC990 (or 0xCFC990) is known color: Winter Hazel. HEX triplet: CF, C9 and 90. RGB value is (207,201,144). Sum of RGB (Red+Green+Blue) = 207+201+144=552 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.5% from 552); Green value is 201 (78.91% from 255 or 36.41% from 552); Blue value is 144 (56.64% from 255 or 26.09% from 552); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC990 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC990 is #30366F. Grayscale: #C4C4C4. Windows color (decimal): -3159664 or 9488847. OLE color: 9488847.

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

Color convert

RGB 207 201 144 -
CMYK 0 0.03 0.30 0.19
HSL 54.29º 0.4% 0.69% -
HSV(B) 54.29º 0.3% 0.81% -
XYZ 51.65 57.05 34.68 -
YUV 196.3 98.49 135.63 -
System Red Green Blue C M Y K H S L
Decimal 207 201 144 0 0.03 0.30 0.19 54.29 0.4 0.69
Hex CF C9 90 0 3 1E 13 36 28 45
Octal 317 311 220 0 3 36 23 66 50 105
Binary 11001111 11001001 10010000 0 11 11110 10011 110110 101000 1000101

Color Harmonies of #CFC990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC990

Black with #CFC990

Text Example


Text Example

White with #CFC990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC990; }

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

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

background-color css

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

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

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

border-color css

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

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

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