#CC7384

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

Shades of Charm #CC7384

Tints of Charm #CC7384

Color information

#CC7384 (or 0xCC7384) is unknown color: approx Charm. HEX triplet: CC, 73 and 84. RGB value is (204,115,132). Sum of RGB (Red+Green+Blue) = 204+115+132=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 115 (45.31% from 255 or 25.50% from 451); Blue value is 132 (51.95% from 255 or 29.27% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7384 is #338C7B. Grayscale: #8F8F8F. Windows color (decimal): -3378300 or 8680396. OLE color: 8680396.

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

Color convert

RGB204115132-
CMYK00.440.350.2
HSL348.54º46.6%62.55%-
HSV(B)348.54º43.63%80%-
XYZ35.226.7625.14-
YUV143.55121.49171.12-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.23%
GREEN value IS 115 (45.31% from 255) = 25.50%
BLUE value IS 132 (51.95% from 255) = 29.27%
R=45.23%
G=25.50%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.35
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411513200.440.350.2348.5446.662.55
HexCC738402C231415d2f3f
Octal31416320405443245355777
Binary11001100111001110000100010110010001110100101011101101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7384; }

 p { color: rgb(204,115,132); }

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

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

 a { background-color: rgb(204,115,132); }

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

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

 span { border-color: rgb(204,115,132); }

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