#CDCC90

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

Shades of Deco #CDCC90

Tints of Deco #CDCC90

Color information

#CDCC90 (or 0xCDCC90) is unknown color: approx Deco. HEX triplet: CD, CC and 90. RGB value is (205,204,144). Sum of RGB (Red+Green+Blue) = 205+204+144=553 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.07% from 553); Green value is 204 (80.08% from 255 or 36.89% from 553); Blue value is 144 (56.64% from 255 or 26.04% from 553); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCC90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDCC90 is #32336F. Grayscale: #C5C5C5. Windows color (decimal): -3289968 or 9489613. OLE color: 9489613.

HSL color Cylindrical-coordinate representation of color #CDCC90: hue angle of 59.02º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDCC90 is Cyan = 0, Magento = 0.00, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB205204144-
CMYK00.000.300.20
HSL59.02º37.89%68.43%-
HSV(B)59.02º29.76%80.39%-
XYZ51.858.1834.88-
YUV197.4697.83133.38-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.07%
GREEN value IS 204 (80.08% from 255) = 36.89%
BLUE value IS 144 (56.64% from 255) = 26.04%
R=37.07%
G=36.89%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520414400.000.300.2059.0237.8968.43
HexCDCC90001E143b2644
Octal3153142200036247346104
Binary1100110111001100100100000011110101001110111001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCC90; }

 p { color: rgb(205,204,144); }

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

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

 a { background-color: rgb(205,204,144); }

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

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

 span { border-color: rgb(205,204,144); }

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