#CC7F88

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

Shades of Charm #CC7F88

Tints of Charm #CC7F88

Color information

#CC7F88 (or 0xCC7F88) is unknown color: approx Charm. HEX triplet: CC, 7F and 88. RGB value is (204,127,136). Sum of RGB (Red+Green+Blue) = 204+127+136=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 127 (50% from 255 or 27.19% from 467); Blue value is 136 (53.52% from 255 or 29.12% from 467); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7F88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7F88 is #338077. Grayscale: #979797. Windows color (decimal): -3375224 or 8945612. OLE color: 8945612.

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

Color convert

RGB204127136-
CMYK00.380.330.2
HSL352.99º43.02%64.9%-
HSV(B)352.99º37.75%80%-
XYZ36.9429.7927.1-
YUV151.05119.51165.77-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.68%
GREEN value IS 127 (50% from 255) = 27.19%
BLUE value IS 136 (53.52% from 255) = 29.12%
R=43.68%
G=27.19%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.33
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412713600.380.330.2352.9943.0264.9
HexCC7F8802621141612b41
Octal314177210046412454153101
Binary110011001111111100010000100110100001101001011000011010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7F88; }

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

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

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

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

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

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

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

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