#CBC188

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

Shades of Winter Hazel #CBC188

Tints of Winter Hazel #CBC188

Color information

#CBC188 (or 0xCBC188) is unknown color: approx Winter Hazel. HEX triplet: CB, C1 and 88. RGB value is (203,193,136). Sum of RGB (Red+Green+Blue) = 203+193+136=532 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.16% from 532); Green value is 193 (75.78% from 255 or 36.28% from 532); Blue value is 136 (53.52% from 255 or 25.56% from 532); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC188 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC188 is #343E77. Grayscale: #BDBDBD. Windows color (decimal): -3423864 or 8962507. OLE color: 8962507.

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

Color convert

RGB203193136-
CMYK00.050.330.20
HSL51.04º39.18%66.47%-
HSV(B)51.04º33%79.61%-
XYZ48.1452.6130.91-
YUV189.4997.81137.63-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.16%
GREEN value IS 193 (75.78% from 255) = 36.28%
BLUE value IS 136 (53.52% from 255) = 25.56%
R=38.16%
G=36.28%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319313600.050.330.2051.0439.1866.47
HexCBC188052114332742
Octal3133012100541246347102
Binary1100101111000001100010000101100001101001100111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC188; }

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

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

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

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

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

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

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

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