#CBBF88

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

Shades of Winter Hazel #CBBF88

Tints of Winter Hazel #CBBF88

Color information

#CBBF88 (or 0xCBBF88) is unknown color: approx Winter Hazel. HEX triplet: CB, BF and 88. RGB value is (203,191,136). Sum of RGB (Red+Green+Blue) = 203+191+136=530 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.30% from 530); Green value is 191 (75% from 255 or 36.04% from 530); Blue value is 136 (53.52% from 255 or 25.66% from 530); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBF88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBF88 is #344077. Grayscale: #BCBCBC. Windows color (decimal): -3424376 or 8961995. OLE color: 8961995.

HSL color Cylindrical-coordinate representation of color #CBBF88: hue angle of 49.25º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CBBF88 is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB203191136-
CMYK00.060.330.20
HSL49.25º39.18%66.47%-
HSV(B)49.25º33%79.61%-
XYZ47.751.7430.76-
YUV188.3298.48138.47-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.30%
GREEN value IS 191 (75% from 255) = 36.04%
BLUE value IS 136 (53.52% from 255) = 25.66%
R=38.30%
G=36.04%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319113600.060.330.2049.2539.1866.47
HexCBBF88062114312742
Octal3132772100641246147102
Binary1100101110111111100010000110100001101001100011001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBF88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBF88; }

 p { color: rgb(203,191,136); }

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

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

 a { background-color: rgb(203,191,136); }

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

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

 span { border-color: rgb(203,191,136); }

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