#CC707F

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

Shades of Charm #CC707F

Tints of Charm #CC707F

Color information

#CC707F (or 0xCC707F) is unknown color: approx Charm. HEX triplet: CC, 70 and 7F. RGB value is (204,112,127). Sum of RGB (Red+Green+Blue) = 204+112+127=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 112 (44.14% from 255 or 25.28% from 443); Blue value is 127 (50% from 255 or 28.67% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CC707F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC707F is #338F80. Grayscale: #8D8D8D. Windows color (decimal): -3379073 or 8351948. OLE color: 8351948.

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

Color convert

RGB204112127-
CMYK00.450.380.2
HSL350.22º47.42%61.96%-
HSV(B)350.22º45.1%80%-
XYZ34.5325.9623.27-
YUV141.22119.98172.78-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.05%
GREEN value IS 112 (44.14% from 255) = 25.28%
BLUE value IS 127 (50% from 255) = 28.67%
R=46.05%
G=25.28%
B=28.67%

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
Decimal20411212700.450.380.2350.2247.4261.96
HexCC707F02D261415e2f3e
Octal31416017705546245365776
Binary1100110011100001111111010110110011010100101011110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC707F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC707F; }

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

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

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

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

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

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

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

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