#CBC18C

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

Shades of Winter Hazel #CBC18C

Tints of Winter Hazel #CBC18C

Color information

#CBC18C (or 0xCBC18C) is unknown color: approx Winter Hazel. HEX triplet: CB, C1 and 8C. RGB value is (203,193,140). Sum of RGB (Red+Green+Blue) = 203+193+140=536 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.87% from 536); Green value is 193 (75.78% from 255 or 36.01% from 536); Blue value is 140 (55.08% from 255 or 26.12% from 536); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC18C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC18C is #343E73. Grayscale: #BEBEBE. Windows color (decimal): -3423860 or 9224651. OLE color: 9224651.

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

Color convert

RGB203193140-
CMYK00.050.310.20
HSL50.48º37.72%67.25%-
HSV(B)50.48º31.03%79.61%-
XYZ48.4352.7332.44-
YUV189.9599.81137.31-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.87%
GREEN value IS 193 (75.78% from 255) = 36.01%
BLUE value IS 140 (55.08% from 255) = 26.12%
R=37.87%
G=36.01%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319314000.050.310.2050.4837.7267.25
HexCBC18C051F14322643
Octal3133012140537246246103
Binary110010111100000110001100010111111101001100101001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC18C; }

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

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

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

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

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

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

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

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