#CBC886

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

Shades of Deco #CBC886

Tints of Deco #CBC886

Color information

#CBC886 (or 0xCBC886) is unknown color: approx Deco. HEX triplet: CB, C8 and 86. RGB value is (203,200,134). Sum of RGB (Red+Green+Blue) = 203+200+134=537 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.80% from 537); Green value is 200 (78.52% from 255 or 37.24% from 537); Blue value is 134 (52.73% from 255 or 24.95% from 537); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC886 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC886 is #343779. Grayscale: #C1C1C1. Windows color (decimal): -3422074 or 8833227. OLE color: 8833227.

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

Color convert

RGB203200134-
CMYK00.010.340.20
HSL57.39º39.88%66.08%-
HSV(B)57.39º33.99%79.61%-
XYZ49.5955.7330.7-
YUV193.3794.49134.87-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.80%
GREEN value IS 200 (78.52% from 255) = 37.24%
BLUE value IS 134 (52.73% from 255) = 24.95%
R=37.80%
G=37.24%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20320013400.010.340.2057.3939.8866.08
HexCBC886012214392842
Octal3133102060142247150102
Binary11001011110010001000011001100010101001110011010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC886; }

 p { color: rgb(203,200,134); }

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

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

 a { background-color: rgb(203,200,134); }

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

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

 span { border-color: rgb(203,200,134); }

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