#CCCC82

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

Shades of Deco #CCCC82

Tints of Deco #CCCC82

Color information

#CCCC82 (or 0xCCCC82) is unknown color: approx Deco. HEX triplet: CC, CC and 82. RGB value is (204,204,130). Sum of RGB (Red+Green+Blue) = 204+204+130=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 204 (80.08% from 255 or 37.92% from 538); Blue value is 130 (51.17% from 255 or 24.16% from 538); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCC82 is #33337D. Grayscale: #C3C3C3. Windows color (decimal): -3355518 or 8572108. OLE color: 8572108.

HSL color Cylindrical-coordinate representation of color #CCCC82: hue angle of 60º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CCCC82 is Cyan = 0, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.2.

Color convert

RGB204204130-
CMYK000.360.2
HSL60º42.05%65.49%-
HSV(B)60º36.27%80%-
XYZ50.5257.6329.58-
YUV195.5691134.02-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.92%
GREEN value IS 204 (80.08% from 255) = 37.92%
BLUE value IS 130 (51.17% from 255) = 24.16%
R=37.92%
G=37.92%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204204130000.360.26042.0565.49
HexCCCC820024143c2a41
Octal3143142020044247452101
Binary11001100110011001000001000100100101001111001010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCC82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCC82; }

 p { color: rgb(204,204,130); }

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

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

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

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

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

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

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