#cc7083

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

Shades of Charm #CC7083

Tints of Charm #CC7083

Color information

#CC7083 (or 0xCC7083) is unknown color: approx Charm. HEX triplet: CC, 70 and 83. RGB value is (204,112,131). Sum of RGB (Red+Green+Blue) = 204+112+131=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 112 (44.14% from 255 or 25.06% from 447); Blue value is 131 (51.56% from 255 or 29.31% from 447); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7083 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7083 is #338F7C. Grayscale: #8D8D8D. Windows color (decimal): -3379069 or 8614092. OLE color: 8614092.

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

Color convert

RGB204112131-
CMYK00.450.360.2
HSL347.61º47.42%61.96%-
HSV(B)347.61º45.1%80%-
XYZ34.7926.0624.67-
YUV141.67121.98172.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.64%
GREEN value IS 112 (44.14% from 255) = 25.06%
BLUE value IS 131 (51.56% from 255) = 29.31%
R=45.64%
G=25.06%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.36
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411213100.450.360.2347.6147.4261.96
HexCC708302D241415c2f3e
Octal31416020305544245345776
Binary11001100111000010000011010110110010010100101011100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc7083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc7083; }

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

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

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

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

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

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

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

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