#CBC685

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

Shades of Winter Hazel #CBC685

Tints of Winter Hazel #CBC685

Color information

#CBC685 (or 0xCBC685) is unknown color: approx Winter Hazel. HEX triplet: CB, C6 and 85. RGB value is (203,198,133). Sum of RGB (Red+Green+Blue) = 203+198+133=534 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.01% from 534); Green value is 198 (77.73% from 255 or 37.08% from 534); Blue value is 133 (52.34% from 255 or 24.91% from 534); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC685 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC685 is #34397A. Grayscale: #C0C0C0. Windows color (decimal): -3422587 or 8767179. OLE color: 8767179.

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

Color convert

RGB203198133-
CMYK00.020.340.20
HSL55.71º40.23%65.88%-
HSV(B)55.71º34.48%79.61%-
XYZ49.0654.7830.18-
YUV192.0894.66135.79-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.01%
GREEN value IS 198 (77.73% from 255) = 37.08%
BLUE value IS 133 (52.34% from 255) = 24.91%
R=38.01%
G=37.08%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319813300.020.340.2055.7140.2365.88
HexCBC685022214382842
Octal3133062050242247050102
Binary110010111100011010000101010100010101001110001010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC685; }

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

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

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

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

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

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

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

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