#CC7279

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

Shades of Charm #CC7279

Tints of Charm #CC7279

Color information

#CC7279 (or 0xCC7279) is unknown color: approx Charm. HEX triplet: CC, 72 and 79. RGB value is (204,114,121). Sum of RGB (Red+Green+Blue) = 204+114+121=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 114 (44.92% from 255 or 25.97% from 439); Blue value is 121 (47.66% from 255 or 27.56% from 439); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7279 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7279 is #338D86. Grayscale: #8D8D8D. Windows color (decimal): -3378567 or 7959244. OLE color: 7959244.

HSL color Cylindrical-coordinate representation of color #CC7279: hue angle of 355.33º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC7279 is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.2.

Color convert

RGB204114121-
CMYK00.440.410.2
HSL355.33º46.88%62.35%-
HSV(B)355.33º44.12%80%-
XYZ34.3726.2521.34-
YUV141.71116.32172.43-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.47%
GREEN value IS 114 (44.92% from 255) = 25.97%
BLUE value IS 121 (47.66% from 255) = 27.56%
R=46.47%
G=25.97%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.41
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411412100.440.410.2355.3346.8862.35
HexCC727902C29141632f3e
Octal31416217105451245435776
Binary1100110011100101111001010110010100110100101100011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7279; }

 p { color: rgb(204,114,121); }

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

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

 a { background-color: rgb(204,114,121); }

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

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

 span { border-color: rgb(204,114,121); }

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