#CDCC93

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

Shades of Deco #CDCC93

Tints of Deco #CDCC93

Color information

#CDCC93 (or 0xCDCC93) is unknown color: approx Deco. HEX triplet: CD, CC and 93. RGB value is (205,204,147). Sum of RGB (Red+Green+Blue) = 205+204+147=556 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.87% from 556); Green value is 204 (80.08% from 255 or 36.69% from 556); Blue value is 147 (57.81% from 255 or 26.44% from 556); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCC93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDCC93 is #32336C. Grayscale: #C6C6C6. Windows color (decimal): -3289965 or 9686221. OLE color: 9686221.

HSL color Cylindrical-coordinate representation of color #CDCC93: hue angle of 58.97º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CDCC93 is Cyan = 0, Magento = 0.00, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB205204147-
CMYK00.000.280.20
HSL58.97º36.71%69.02%-
HSV(B)58.97º28.29%80.39%-
XYZ52.0458.2736.11-
YUV197.899.33133.13-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.87%
GREEN value IS 204 (80.08% from 255) = 36.69%
BLUE value IS 147 (57.81% from 255) = 26.44%
R=36.87%
G=36.69%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520414700.000.280.2058.9736.7169.02
HexCDCC93001C143b2545
Octal3153142230034247345105
Binary1100110111001100100100110011100101001110111001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCC93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCC93; }

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

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

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

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

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

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

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

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