#CC7183

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

Shades of Charm #CC7183

Tints of Charm #CC7183

Color information

#CC7183 (or 0xCC7183) is unknown color: approx Charm. HEX triplet: CC, 71 and 83. RGB value is (204,113,131). Sum of RGB (Red+Green+Blue) = 204+113+131=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 113 (44.53% from 255 or 25.22% from 448); Blue value is 131 (51.56% from 255 or 29.24% from 448); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7183 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7183 is #338E7C. Grayscale: #8E8E8E. Windows color (decimal): -3378813 or 8614348. OLE color: 8614348.

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

Color convert

RGB204113131-
CMYK00.450.360.2
HSL348.13º47.15%62.16%-
HSV(B)348.13º44.61%80%-
XYZ34.926.2924.71-
YUV142.26121.65172.04-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.54%
GREEN value IS 113 (44.53% from 255) = 25.22%
BLUE value IS 131 (51.56% from 255) = 29.24%
R=45.54%
G=25.22%
B=29.24%

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
Decimal20411313100.450.360.2348.1347.1562.16
HexCC718302D241415c2f3e
Octal31416120305544245345776
Binary11001100111000110000011010110110010010100101011100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7183; }

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

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

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

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

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

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

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

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