#CC728B

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

Shades of Charm #CC728B

Tints of Charm #CC728B

Color information

#CC728B (or 0xCC728B) is unknown color: approx Charm. HEX triplet: CC, 72 and 8B. RGB value is (204,114,139). Sum of RGB (Red+Green+Blue) = 204+114+139=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 114 (44.92% from 255 or 24.95% from 457); Blue value is 139 (54.69% from 255 or 30.42% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CC728B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC728B is #338D74. Grayscale: #8F8F8F. Windows color (decimal): -3378549 or 9138892. OLE color: 9138892.

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

Color convert

RGB204114139-
CMYK00.440.320.2
HSL343.33º46.88%62.35%-
HSV(B)343.33º44.12%80%-
XYZ35.5826.7427.71-
YUV143.76125.32170.97-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.64%
GREEN value IS 114 (44.92% from 255) = 24.95%
BLUE value IS 139 (54.69% from 255) = 30.42%
R=44.64%
G=24.95%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411413900.440.320.2343.3346.8862.35
HexCC728B02C20141572f3e
Octal31416221305440245275776
Binary11001100111001010001011010110010000010100101010111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC728B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC728B; }

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

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

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

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

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

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

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

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