#CC707A

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

Shades of Charm #CC707A

Tints of Charm #CC707A

Color information

#CC707A (or 0xCC707A) is unknown color: approx Charm. HEX triplet: CC, 70 and 7A. RGB value is (204,112,122). Sum of RGB (Red+Green+Blue) = 204+112+122=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 112 (44.14% from 255 or 25.57% from 438); Blue value is 122 (48.05% from 255 or 27.85% from 438); Max value from RGB is 204 - color contains mainly: red. Hex color #CC707A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC707A is #338F85. Grayscale: #8C8C8C. Windows color (decimal): -3379078 or 8024268. OLE color: 8024268.

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

Color convert

RGB204112122-
CMYK00.450.400.2
HSL353.48º47.42%61.96%-
HSV(B)353.48º45.1%80%-
XYZ34.2125.8321.6-
YUV140.65117.48173.19-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.58%
GREEN value IS 112 (44.14% from 255) = 25.57%
BLUE value IS 122 (48.05% from 255) = 27.85%
R=46.58%
G=25.57%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411212200.450.400.2353.4847.4261.96
HexCC707A02D28141612f3e
Octal31416017205550245415776
Binary1100110011100001111010010110110100010100101100001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC707A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC707A; }

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

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

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

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

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

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

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

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