#CC7A8F

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

Shades of Charm #CC7A8F

Tints of Charm #CC7A8F

Color information

#CC7A8F (or 0xCC7A8F) is unknown color: approx Charm. HEX triplet: CC, 7A and 8F. RGB value is (204,122,143). Sum of RGB (Red+Green+Blue) = 204+122+143=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 122 (48.05% from 255 or 26.01% from 469); Blue value is 143 (56.25% from 255 or 30.49% from 469); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7A8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7A8F is #338570. Grayscale: #949494. Windows color (decimal): -3376497 or 9403084. OLE color: 9403084.

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

Color convert

RGB204122143-
CMYK00.400.300.2
HSL344.63º44.57%63.92%-
HSV(B)344.63º40.2%80%-
XYZ36.8228.7429.59-
YUV148.91124.67167.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.50%
GREEN value IS 122 (48.05% from 255) = 26.01%
BLUE value IS 143 (56.25% from 255) = 30.49%
R=43.50%
G=26.01%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.30
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412214300.400.300.2344.6344.5763.92
HexCC7A8F0281E141592d40
Octal314172217050362453155100
Binary11001100111101010001111010100011110101001010110011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7A8F; }

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

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

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

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

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

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

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

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