#CBC08B

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

Shades of Winter Hazel #CBC08B

Tints of Winter Hazel #CBC08B

Color information

#CBC08B (or 0xCBC08B) is unknown color: approx Winter Hazel. HEX triplet: CB, C0 and 8B. RGB value is (203,192,139). Sum of RGB (Red+Green+Blue) = 203+192+139=534 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.01% from 534); Green value is 192 (75.39% from 255 or 35.96% from 534); Blue value is 139 (54.69% from 255 or 26.03% from 534); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC08B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC08B is #343F74. Grayscale: #BDBDBD. Windows color (decimal): -3424117 or 9158859. OLE color: 9158859.

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

Color convert

RGB203192139-
CMYK00.050.320.20
HSL49.69º38.1%67.06%-
HSV(B)49.69º31.53%79.61%-
XYZ48.1452.2631.98-
YUV189.2599.64137.81-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.01%
GREEN value IS 192 (75.39% from 255) = 35.96%
BLUE value IS 139 (54.69% from 255) = 26.03%
R=38.01%
G=35.96%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319213900.050.320.2049.6938.167.06
HexCBC08B052014322643
Octal3133002130540246246103
Binary1100101111000000100010110101100000101001100101001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC08B; }

 p { color: rgb(203,192,139); }

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

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

 a { background-color: rgb(203,192,139); }

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

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

 span { border-color: rgb(203,192,139); }

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