#CC7085

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

Shades of Charm #CC7085

Tints of Charm #CC7085

Color information

#CC7085 (or 0xCC7085) is unknown color: approx Charm. HEX triplet: CC, 70 and 85. RGB value is (204,112,133). Sum of RGB (Red+Green+Blue) = 204+112+133=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 112 (44.14% from 255 or 24.94% from 449); Blue value is 133 (52.34% from 255 or 29.62% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7085 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7085 is #338F7A. Grayscale: #8D8D8D. Windows color (decimal): -3379067 or 8745164. OLE color: 8745164.

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

Color convert

RGB204112133-
CMYK00.450.350.2
HSL346.3º47.42%61.96%-
HSV(B)346.3º45.1%80%-
XYZ34.9326.1225.39-
YUV141.9122.98172.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.43%
GREEN value IS 112 (44.14% from 255) = 24.94%
BLUE value IS 133 (52.34% from 255) = 29.62%
R=45.43%
G=24.94%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.35
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411213300.450.350.2346.347.4261.96
HexCC708502D231415a2f3e
Octal31416020505543245325776
Binary11001100111000010000101010110110001110100101011010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7085; }

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

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

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

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

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

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

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

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