#CBC890

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

Shades of Deco #CBC890

Tints of Deco #CBC890

Color information

#CBC890 (or 0xCBC890) is unknown color: approx Deco. HEX triplet: CB, C8 and 90. RGB value is (203,200,144). Sum of RGB (Red+Green+Blue) = 203+200+144=547 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.11% from 547); Green value is 200 (78.52% from 255 or 36.56% from 547); Blue value is 144 (56.64% from 255 or 26.33% from 547); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC890 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC890 is #34376F. Grayscale: #C2C2C2. Windows color (decimal): -3422064 or 9488587. OLE color: 9488587.

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

Color convert

RGB203200144-
CMYK00.010.290.20
HSL56.95º36.2%68.04%-
HSV(B)56.95º29.06%79.61%-
XYZ50.3256.0234.55-
YUV194.5199.49134.05-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.11%
GREEN value IS 200 (78.52% from 255) = 36.56%
BLUE value IS 144 (56.64% from 255) = 26.33%
R=37.11%
G=36.56%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20320014400.010.290.2056.9536.268.04
HexCBC890011D14392444
Octal3133102200135247144104
Binary1100101111001000100100000111101101001110011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC890; }

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

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

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

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

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

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

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

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