#CBC18B

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

Shades of Winter Hazel #CBC18B

Tints of Winter Hazel #CBC18B

Color information

#CBC18B (or 0xCBC18B) is unknown color: approx Winter Hazel. HEX triplet: CB, C1 and 8B. RGB value is (203,193,139). Sum of RGB (Red+Green+Blue) = 203+193+139=535 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.94% from 535); Green value is 193 (75.78% from 255 or 36.07% from 535); Blue value is 139 (54.69% from 255 or 25.98% from 535); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC18B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC18B is #343E74. Grayscale: #BEBEBE. Windows color (decimal): -3423861 or 9159115. OLE color: 9159115.

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

Color convert

RGB203193139-
CMYK00.050.320.20
HSL50.62º38.1%67.06%-
HSV(B)50.62º31.53%79.61%-
XYZ48.3652.732.05-
YUV189.8399.31137.39-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.94%
GREEN value IS 193 (75.78% from 255) = 36.07%
BLUE value IS 139 (54.69% from 255) = 25.98%
R=37.94%
G=36.07%
B=25.98%

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
Decimal20319313900.050.320.2050.6238.167.06
HexCBC18B052014332643
Octal3133012130540246346103
Binary1100101111000001100010110101100000101001100111001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC18B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC18B; }

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

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

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

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

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

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

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

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