#CFBE90

Color #CFBE90 Winter Hazel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Winter Hazel #CFBE90

Tints of Winter Hazel #CFBE90

Color information

#CFBE90 (or 0xCFBE90) is unknown color: approx Winter Hazel. HEX triplet: CF, BE and 90. RGB value is (207,190,144). Sum of RGB (Red+Green+Blue) = 207+190+144=541 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.26% from 541); Green value is 190 (74.61% from 255 or 35.12% from 541); Blue value is 144 (56.64% from 255 or 26.62% from 541); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBE90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBE90 is #30416F. Grayscale: #BEBEBE. Windows color (decimal): -3162480 or 9486031. OLE color: 9486031.

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

Color convert

RGB207190144-
CMYK00.080.300.19
HSL43.81º39.62%68.82%-
HSV(B)43.81º30.43%81.18%-
XYZ49.1852.1133.85-
YUV189.84102.13140.24-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.26%
GREEN value IS 190 (74.61% from 255) = 35.12%
BLUE value IS 144 (56.64% from 255) = 26.62%
R=38.26%
G=35.12%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.30
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719014400.080.300.1943.8139.6268.82
HexCFBE90081E132c2845
Octal31727622001036235450105
Binary1100111110111110100100000100011110100111011001010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBE90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBE90; }

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

 H1.HeaderClassName
 {
   color: #CFBE90;
 }
 .AnyTagClassName
 {
   color: #CFBE90;
 }
</style>
background-color css

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

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

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

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

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

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