#CBD585

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

Shades of Deco #CBD585

Tints of Deco #CBD585

Color information

#CBD585 (or 0xCBD585) is unknown color: approx Deco. HEX triplet: CB, D5 and 85. RGB value is (203,213,133). Sum of RGB (Red+Green+Blue) = 203+213+133=549 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.98% from 549); Green value is 213 (83.59% from 255 or 38.80% from 549); Blue value is 133 (52.34% from 255 or 24.23% from 549); Max value from RGB is 213 - color contains mainly: green. Hex color #CBD585 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD585 is #342A7A. Grayscale: #C9C9C9. Windows color (decimal): -3418747 or 8771019. OLE color: 8771019.

HSL color Cylindrical-coordinate representation of color #CBD585: hue angle of 67.5º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CBD585 is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB203213133-
CMYK0.0500.380.16
HSL67.5º48.78%67.84%-
HSV(B)67.5º37.56%83.53%-
XYZ52.6661.9831.38-
YUV200.8989.69129.5-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.98%
GREEN value IS 213 (83.59% from 255) = 38.80%
BLUE value IS 133 (52.34% from 255) = 24.23%
R=36.98%
G=38.80%
B=24.23%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2032131330.0500.380.1667.548.7867.84
HexCBD585502610443144
Octal31332520550462010461104
Binary11001011110101011000010110101001101000010001001100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD585; }

 p { color: rgb(203,213,133); }

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

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

 a { background-color: rgb(203,213,133); }

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

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

 span { border-color: rgb(203,213,133); }

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