#CCCD93

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

Shades of Deco #CCCD93

Tints of Deco #CCCD93

Color information

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

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

Color convert

RGB204205147-
CMYK0.0000.280.20
HSL61.03º36.71%69.02%-
HSV(B)61.03º28.29%80.39%-
XYZ5258.6136.18-
YUV198.0999.17132.22-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2042051470.0000.280.2061.0336.7169.02
HexCCCD93001C143d2545
Octal3143152230034247545105
Binary1100110011001101100100110011100101001111011001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCD93; }

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

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

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

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

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

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

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

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