#CBD890

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

Shades of Deco #CBD890

Tints of Deco #CBD890

Color information

#CBD890 (or 0xCBD890) is unknown color: approx Deco. HEX triplet: CB, D8 and 90. RGB value is (203,216,144). Sum of RGB (Red+Green+Blue) = 203+216+144=563 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.06% from 563); Green value is 216 (84.77% from 255 or 38.37% from 563); Blue value is 144 (56.64% from 255 or 25.58% from 563); Max value from RGB is 216 - color contains mainly: green. Hex color #CBD890 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD890 is #34276F. Grayscale: #CCCCCC. Windows color (decimal): -3417968 or 9492683. OLE color: 9492683.

HSL color Cylindrical-coordinate representation of color #CBD890: hue angle of 70.83º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CBD890 is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB203216144-
CMYK0.0600.330.15
HSL70.83º48%70.59%-
HSV(B)70.83º33.33%84.71%-
XYZ54.2263.8235.85-
YUV203.994.19127.35-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.06%
GREEN value IS 216 (84.77% from 255) = 38.37%
BLUE value IS 144 (56.64% from 255) = 25.58%
R=36.06%
G=38.37%
B=25.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2032161440.0600.330.1570.834870.59
HexCBD8906021F473047
Octal31333022060411710760107
Binary1100101111011000100100001100100001111110001111100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD890; }

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

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

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

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

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

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

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

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