#CFBE88

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

Shades of Winter Hazel #CFBE88

Tints of Winter Hazel #CFBE88

Color information

#CFBE88 (or 0xCFBE88) is unknown color: approx Winter Hazel. HEX triplet: CF, BE and 88. RGB value is (207,190,136). Sum of RGB (Red+Green+Blue) = 207+190+136=533 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.84% from 533); Green value is 190 (74.61% from 255 or 35.65% from 533); Blue value is 136 (53.52% from 255 or 25.52% from 533); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBE88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBE88 is #304177. Grayscale: #BDBDBD. Windows color (decimal): -3162488 or 8961743. OLE color: 8961743.

HSL color Cylindrical-coordinate representation of color #CFBE88: hue angle of 45.63º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CFBE88 is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.19.

Color convert

RGB207190136-
CMYK00.080.340.19
HSL45.63º42.51%67.25%-
HSV(B)45.63º34.3%81.18%-
XYZ48.5951.8730.74-
YUV188.9398.13140.89-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.84%
GREEN value IS 190 (74.61% from 255) = 35.65%
BLUE value IS 136 (53.52% from 255) = 25.52%
R=38.84%
G=35.65%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.34
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719013600.080.340.1945.6342.5167.25
HexCFBE880822132e2b43
Octal31727621001042235653103
Binary11001111101111101000100001000100010100111011101010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBE88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBE88; }

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

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

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

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

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

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

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

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