#CCCC7A

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

Shades of Deco #CCCC7A

Tints of Deco #CCCC7A

Color information

#CCCC7A (or 0xCCCC7A) is unknown color: approx Deco. HEX triplet: CC, CC and 7A. RGB value is (204,204,122). Sum of RGB (Red+Green+Blue) = 204+204+122=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 204 (80.08% from 255 or 38.49% from 530); Blue value is 122 (48.05% from 255 or 23.02% from 530); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCC7A is #333385. Grayscale: #C2C2C2. Windows color (decimal): -3355526 or 8047820. OLE color: 8047820.

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

Color convert

RGB204204122-
CMYK000.400.2
HSL60º44.57%63.92%-
HSV(B)60º40.2%80%-
XYZ50.0157.4326.86-
YUV194.6587134.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.49%
GREEN value IS 204 (80.08% from 255) = 38.49%
BLUE value IS 122 (48.05% from 255) = 23.02%
R=38.49%
G=38.49%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204204122000.400.26044.5763.92
HexCCCC7A0028143c2d40
Octal3143141720050247455100
Binary1100110011001100111101000101000101001111001011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCC7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCC7A; }

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

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

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

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

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

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

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

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