#CC718B

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

Shades of Charm #CC718B

Tints of Charm #CC718B

Color information

#CC718B (or 0xCC718B) is unknown color: approx Charm. HEX triplet: CC, 71 and 8B. RGB value is (204,113,139). Sum of RGB (Red+Green+Blue) = 204+113+139=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 113 (44.53% from 255 or 24.78% from 456); Blue value is 139 (54.69% from 255 or 30.48% from 456); Max value from RGB is 204 - color contains mainly: red. Hex color #CC718B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC718B is #338E74. Grayscale: #8F8F8F. Windows color (decimal): -3378805 or 9138636. OLE color: 9138636.

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

Color convert

RGB204113139-
CMYK00.450.320.2
HSL342.86º47.15%62.16%-
HSV(B)342.86º44.61%80%-
XYZ35.4726.5127.67-
YUV143.17125.65171.39-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.74%
GREEN value IS 113 (44.53% from 255) = 24.78%
BLUE value IS 139 (54.69% from 255) = 30.48%
R=44.74%
G=24.78%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411313900.450.320.2342.8647.1562.16
HexCC718B02D20141572f3e
Octal31416121305540245275776
Binary11001100111000110001011010110110000010100101010111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC718B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC718B; }

 p { color: rgb(204,113,139); }

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

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

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

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

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

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

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