#CBC385

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

Shades of Winter Hazel #CBC385

Tints of Winter Hazel #CBC385

Color information

#CBC385 (or 0xCBC385) is unknown color: approx Winter Hazel. HEX triplet: CB, C3 and 85. RGB value is (203,195,133). Sum of RGB (Red+Green+Blue) = 203+195+133=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 195 (76.56% from 255 or 36.72% from 531); Blue value is 133 (52.34% from 255 or 25.05% from 531); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC385 is #343C7A. Grayscale: #BEBEBE. Windows color (decimal): -3423355 or 8766411. OLE color: 8766411.

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

Color convert

RGB203195133-
CMYK00.040.340.20
HSL53.14º40.23%65.88%-
HSV(B)53.14º34.48%79.61%-
XYZ48.3853.4229.95-
YUV190.3295.65137.04-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.23%
GREEN value IS 195 (76.56% from 255) = 36.72%
BLUE value IS 133 (52.34% from 255) = 25.05%
R=38.23%
G=36.72%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319513300.040.340.2053.1440.2365.88
HexCBC385042214352842
Octal3133032050442246550102
Binary1100101111000011100001010100100010101001101011010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC385; }

 p { color: rgb(203,195,133); }

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

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

 a { background-color: rgb(203,195,133); }

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

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

 span { border-color: rgb(203,195,133); }

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