#CC728D

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

Shades of Charm #CC728D

Tints of Charm #CC728D

Color information

#CC728D (or 0xCC728D) is unknown color: approx Charm. HEX triplet: CC, 72 and 8D. RGB value is (204,114,141). Sum of RGB (Red+Green+Blue) = 204+114+141=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 114 (44.92% from 255 or 24.84% from 459); Blue value is 141 (55.47% from 255 or 30.72% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CC728D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC728D is #338D72. Grayscale: #8F8F8F. Windows color (decimal): -3378547 or 9269964. OLE color: 9269964.

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

Color convert

RGB204114141-
CMYK00.440.310.2
HSL342º46.88%62.35%-
HSV(B)342º44.12%80%-
XYZ35.7326.828.49-
YUV143.99126.32170.8-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.44%
GREEN value IS 114 (44.92% from 255) = 24.84%
BLUE value IS 141 (55.47% from 255) = 30.72%
R=44.44%
G=24.84%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.31
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411414100.440.310.234246.8862.35
HexCC728D02C1F141562f3e
Octal31416221505437245265776
Binary1100110011100101000110101011001111110100101010110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC728D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC728D; }

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

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

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

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

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

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

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

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