#CC7287

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

Shades of Charm #CC7287

Tints of Charm #CC7287

Color information

#CC7287 (or 0xCC7287) is unknown color: approx Charm. HEX triplet: CC, 72 and 87. RGB value is (204,114,135). Sum of RGB (Red+Green+Blue) = 204+114+135=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 114 (44.92% from 255 or 25.17% from 453); Blue value is 135 (53.12% from 255 or 29.80% from 453); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7287 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7287 is #338D78. Grayscale: #8F8F8F. Windows color (decimal): -3378553 or 8876748. OLE color: 8876748.

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

Color convert

RGB204114135-
CMYK00.440.340.2
HSL346º46.88%62.35%-
HSV(B)346º44.12%80%-
XYZ35.2926.6226.2-
YUV143.3123.32171.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.03%
GREEN value IS 114 (44.92% from 255) = 25.17%
BLUE value IS 135 (53.12% from 255) = 29.80%
R=45.03%
G=25.17%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.34
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411413500.440.340.234646.8862.35
HexCC728702C221415a2f3e
Octal31416220705442245325776
Binary11001100111001010000111010110010001010100101011010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7287; }

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

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

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

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

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

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

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

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