#CBD580

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

Shades of Deco #CBD580

Tints of Deco #CBD580

Color information

#CBD580 (or 0xCBD580) is unknown color: approx Deco. HEX triplet: CB, D5 and 80. RGB value is (203,213,128). Sum of RGB (Red+Green+Blue) = 203+213+128=544 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.32% from 544); Green value is 213 (83.59% from 255 or 39.15% from 544); Blue value is 128 (50.39% from 255 or 23.53% from 544); Max value from RGB is 213 - color contains mainly: green. Hex color #CBD580 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD580 is #342A7F. Grayscale: #C8C8C8. Windows color (decimal): -3418752 or 8443339. OLE color: 8443339.

HSL color Cylindrical-coordinate representation of color #CBD580: hue angle of 67.06º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CBD580 is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB203213128-
CMYK0.0500.400.16
HSL67.06º50.3%66.86%-
HSV(B)67.06º39.91%83.53%-
XYZ52.3261.8429.6-
YUV200.3287.19129.91-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.32%
GREEN value IS 213 (83.59% from 255) = 39.15%
BLUE value IS 128 (50.39% from 255) = 23.53%
R=37.32%
G=39.15%
B=23.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2032131280.0500.400.1667.0650.366.86
HexCBD580502810433243
Octal31332520050502010362103
Binary11001011110101011000000010101010001000010000111100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD580; }

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

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

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

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

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

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

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

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