#CC707E

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

Shades of Charm #CC707E

Tints of Charm #CC707E

Color information

#CC707E (or 0xCC707E) is unknown color: approx Charm. HEX triplet: CC, 70 and 7E. RGB value is (204,112,126). Sum of RGB (Red+Green+Blue) = 204+112+126=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 112 (44.14% from 255 or 25.34% from 442); Blue value is 126 (49.61% from 255 or 28.51% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CC707E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC707E is #338F81. Grayscale: #8D8D8D. Windows color (decimal): -3379074 or 8286412. OLE color: 8286412.

HSL color Cylindrical-coordinate representation of color #CC707E: hue angle of 350.87º 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 #CC707E is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.2.

Color convert

RGB204112126-
CMYK00.450.380.2
HSL350.87º47.42%61.96%-
HSV(B)350.87º45.1%80%-
XYZ34.4625.9322.93-
YUV141.1119.48172.86-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.15%
GREEN value IS 112 (44.14% from 255) = 25.34%
BLUE value IS 126 (49.61% from 255) = 28.51%
R=46.15%
G=25.34%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.38
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411212600.450.380.2350.8747.4261.96
HexCC707E02D261415f2f3e
Octal31416017605546245375776
Binary1100110011100001111110010110110011010100101011111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC707E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC707E; }

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

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

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

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

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

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

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

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