#CBBF7A

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

Shades of Winter Hazel #CBBF7A

Tints of Winter Hazel #CBBF7A

Color information

#CBBF7A (or 0xCBBF7A) is unknown color: approx Winter Hazel. HEX triplet: CB, BF and 7A. RGB value is (203,191,122). Sum of RGB (Red+Green+Blue) = 203+191+122=516 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.34% from 516); Green value is 191 (75% from 255 or 37.02% from 516); Blue value is 122 (48.05% from 255 or 23.64% from 516); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBF7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBBF7A is #344085. Grayscale: #BBBBBB. Windows color (decimal): -3424390 or 8044491. OLE color: 8044491.

HSL color Cylindrical-coordinate representation of color #CBBF7A: hue angle of 51.11º 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 #CBBF7A is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB203191122-
CMYK00.060.400.20
HSL51.11º43.78%63.73%-
HSV(B)51.11º39.9%79.61%-
XYZ46.7751.3625.86-
YUV186.7291.48139.61-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.34%
GREEN value IS 191 (75% from 255) = 37.02%
BLUE value IS 122 (48.05% from 255) = 23.64%
R=39.34%
G=37.02%
B=23.64%

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
Decimal20319112200.060.400.2051.1143.7863.73
HexCBBF7A062814332c40
Octal3132771720650246354100
Binary110010111011111111110100110101000101001100111011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBF7A; }

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

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

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

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

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

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

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

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