#CC7F8A

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

Shades of Charm #CC7F8A

Tints of Charm #CC7F8A

Color information

#CC7F8A (or 0xCC7F8A) is unknown color: approx Charm. HEX triplet: CC, 7F and 8A. RGB value is (204,127,138). Sum of RGB (Red+Green+Blue) = 204+127+138=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 127 (50% from 255 or 27.08% from 469); Blue value is 138 (54.30% from 255 or 29.42% from 469); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7F8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7F8A is #338075. Grayscale: #979797. Windows color (decimal): -3375222 or 9076684. OLE color: 9076684.

HSL color Cylindrical-coordinate representation of color #CC7F8A: hue angle of 351.43º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CC7F8A is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.2.

Color convert

RGB204127138-
CMYK00.380.320.2
HSL351.43º43.02%64.9%-
HSV(B)351.43º37.75%80%-
XYZ37.0829.8527.85-
YUV151.28120.51165.61-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.50%
GREEN value IS 127 (50% from 255) = 27.08%
BLUE value IS 138 (54.30% from 255) = 29.42%
R=43.50%
G=27.08%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412713800.380.320.2351.4343.0264.9
HexCC7F8A026201415f2b41
Octal314177212046402453753101
Binary110011001111111100010100100110100000101001010111111010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7F8A; }

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

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

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

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

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

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

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

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