#CBC08A

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

Shades of Winter Hazel #CBC08A

Tints of Winter Hazel #CBC08A

Color information

#CBC08A (or 0xCBC08A) is unknown color: approx Winter Hazel. HEX triplet: CB, C0 and 8A. RGB value is (203,192,138). Sum of RGB (Red+Green+Blue) = 203+192+138=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 192 (75.39% from 255 or 36.02% from 533); Blue value is 138 (54.30% from 255 or 25.89% from 533); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC08A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC08A is #343F75. Grayscale: #BDBDBD. Windows color (decimal): -3424118 or 9093323. OLE color: 9093323.

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

Color convert

RGB203192138-
CMYK00.050.320.20
HSL49.85º38.46%66.86%-
HSV(B)49.85º32.02%79.61%-
XYZ48.0752.2331.59-
YUV189.1399.14137.89-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.09%
GREEN value IS 192 (75.39% from 255) = 36.02%
BLUE value IS 138 (54.30% from 255) = 25.89%
R=38.09%
G=36.02%
B=25.89%

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
Decimal20319213800.050.320.2049.8538.4666.86
HexCBC08A052014322643
Octal3133002120540246246103
Binary1100101111000000100010100101100000101001100101001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC08A; }

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

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

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

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

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

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

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

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