#CBBE7A

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

Shades of Winter Hazel #CBBE7A

Tints of Winter Hazel #CBBE7A

Color information

#CBBE7A (or 0xCBBE7A) is unknown color: approx Winter Hazel. HEX triplet: CB, BE and 7A. RGB value is (203,190,122). Sum of RGB (Red+Green+Blue) = 203+190+122=515 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.42% from 515); Green value is 190 (74.61% from 255 or 36.89% from 515); Blue value is 122 (48.05% from 255 or 23.69% from 515); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBE7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBBE7A is #344185. Grayscale: #BABABA. Windows color (decimal): -3424646 or 8044235. OLE color: 8044235.

HSL color Cylindrical-coordinate representation of color #CBBE7A: hue angle of 50.37º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CBBE7A is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB203190122-
CMYK00.060.400.20
HSL50.37º43.78%63.73%-
HSV(B)50.37º39.9%79.61%-
XYZ46.5550.9325.79-
YUV186.1491.81140.03-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.42%
GREEN value IS 190 (74.61% from 255) = 36.89%
BLUE value IS 122 (48.05% from 255) = 23.69%
R=39.42%
G=36.89%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319012200.060.400.2050.3743.7863.73
HexCBBE7A062814322c40
Octal3132761720650246254100
Binary110010111011111011110100110101000101001100101011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBE7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBE7A; }

 p { color: rgb(203,190,122); }

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

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

 a { background-color: rgb(203,190,122); }

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

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

 span { border-color: rgb(203,190,122); }

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