#CCCD88

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

Shades of Deco #CCCD88

Tints of Deco #CCCD88

Color information

#CCCD88 (or 0xCCCD88) is unknown color: approx Deco. HEX triplet: CC, CD and 88. RGB value is (204,205,136). Sum of RGB (Red+Green+Blue) = 204+205+136=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 205 (80.47% from 255 or 37.61% from 545); Blue value is 136 (53.52% from 255 or 24.95% from 545); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCD88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCD88 is #333277. Grayscale: #C5C5C5. Windows color (decimal): -3355256 or 8965580. OLE color: 8965580.

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

Color convert

RGB204205136-
CMYK0.0000.340.20
HSL60.87º40.83%66.86%-
HSV(B)60.87º33.66%80.39%-
XYZ51.1858.2831.84-
YUV196.8393.67133.11-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.43%
GREEN value IS 205 (80.47% from 255) = 37.61%
BLUE value IS 136 (53.52% from 255) = 24.95%
R=37.43%
G=37.61%
B=24.95%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2042051360.0000.340.2060.8740.8366.86
HexCCCD880022143d2943
Octal3143152100042247551103
Binary11001100110011011000100000100010101001111011010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCD88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCD88; }

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

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

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

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

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

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

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

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