#CCCC7E

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

Shades of Deco #CCCC7E

Tints of Deco #CCCC7E

Color information

#CCCC7E (or 0xCCCC7E) is unknown color: approx Deco. HEX triplet: CC, CC and 7E. RGB value is (204,204,126). Sum of RGB (Red+Green+Blue) = 204+204+126=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 204 (80.08% from 255 or 38.20% from 534); Blue value is 126 (49.61% from 255 or 23.60% from 534); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCC7E is #333381. Grayscale: #C3C3C3. Windows color (decimal): -3355522 or 8309964. OLE color: 8309964.

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

Color convert

RGB204204126-
CMYK000.380.2
HSL60º43.33%64.71%-
HSV(B)60º38.24%80%-
XYZ50.2657.5328.19-
YUV195.1189134.34-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.20%
GREEN value IS 204 (80.08% from 255) = 38.20%
BLUE value IS 126 (49.61% from 255) = 23.60%
R=38.20%
G=38.20%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204204126000.380.26043.3364.71
HexCCCC7E0026143c2b41
Octal3143141760046247453101
Binary1100110011001100111111000100110101001111001010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCC7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCC7E; }

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

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

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

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

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

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

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

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