#CDCC94

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

Shades of Deco #CDCC94

Tints of Deco #CDCC94

Color information

#CDCC94 (or 0xCDCC94) is unknown color: approx Deco. HEX triplet: CD, CC and 94. RGB value is (205,204,148). Sum of RGB (Red+Green+Blue) = 205+204+148=557 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.80% from 557); Green value is 204 (80.08% from 255 or 36.62% from 557); Blue value is 148 (58.20% from 255 or 26.57% from 557); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCC94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDCC94 is #32336B. Grayscale: #C6C6C6. Windows color (decimal): -3289964 or 9751757. OLE color: 9751757.

HSL color Cylindrical-coordinate representation of color #CDCC94: hue angle of 58.95º degrees, saturation: 0.36, 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 #CDCC94 is Cyan = 0, Magento = 0.00, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB205204148-
CMYK00.000.280.20
HSL58.95º36.31%69.22%-
HSV(B)58.95º27.8%80.39%-
XYZ52.1258.336.52-
YUV197.9199.83133.05-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.80%
GREEN value IS 204 (80.08% from 255) = 36.62%
BLUE value IS 148 (58.20% from 255) = 26.57%
R=36.80%
G=36.62%
B=26.57%

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
Decimal20520414800.000.280.2058.9536.3169.22
HexCDCC94001C143b2445
Octal3153142240034247344105
Binary1100110111001100100101000011100101001110111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCC94; }

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

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

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

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

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

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

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

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