#CBBF7E

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

Shades of Winter Hazel #CBBF7E

Tints of Winter Hazel #CBBF7E

Color information

#CBBF7E (or 0xCBBF7E) is unknown color: approx Winter Hazel. HEX triplet: CB, BF and 7E. RGB value is (203,191,126). Sum of RGB (Red+Green+Blue) = 203+191+126=520 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.04% from 520); Green value is 191 (75% from 255 or 36.73% from 520); Blue value is 126 (49.61% from 255 or 24.23% from 520); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBF7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBBF7E is #344081. Grayscale: #BBBBBB. Windows color (decimal): -3424386 or 8306635. OLE color: 8306635.

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

Color convert

RGB203191126-
CMYK00.060.380.20
HSL50.65º42.54%64.51%-
HSV(B)50.65º37.93%79.61%-
XYZ47.0351.4627.19-
YUV187.1893.48139.29-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.04%
GREEN value IS 191 (75% from 255) = 36.73%
BLUE value IS 126 (49.61% from 255) = 24.23%
R=39.04%
G=36.73%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319112600.060.380.2050.6542.5464.51
HexCBBF7E062614332b41
Octal3132771760646246353101
Binary110010111011111111111100110100110101001100111010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBF7E; }

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

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

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

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

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

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

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

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