#CC7285

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

Shades of Charm #CC7285

Tints of Charm #CC7285

Color information

#CC7285 (or 0xCC7285) is unknown color: approx Charm. HEX triplet: CC, 72 and 85. RGB value is (204,114,133). Sum of RGB (Red+Green+Blue) = 204+114+133=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 114 (44.92% from 255 or 25.28% from 451); Blue value is 133 (52.34% from 255 or 29.49% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7285 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7285 is #338D7A. Grayscale: #8F8F8F. Windows color (decimal): -3378555 or 8745676. OLE color: 8745676.

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

Color convert

RGB204114133-
CMYK00.440.350.2
HSL347.33º46.88%62.35%-
HSV(B)347.33º44.12%80%-
XYZ35.1526.5725.47-
YUV143.08122.32171.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.23%
GREEN value IS 114 (44.92% from 255) = 25.28%
BLUE value IS 133 (52.34% from 255) = 29.49%
R=45.23%
G=25.28%
B=29.49%

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
Decimal20411413300.440.350.2347.3346.8862.35
HexCC728502C231415b2f3e
Octal31416220505443245335776
Binary11001100111001010000101010110010001110100101011011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7285; }

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

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

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

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

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

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

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

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