#CC7483

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

Shades of Charm #CC7483

Tints of Charm #CC7483

Color information

#CC7483 (or 0xCC7483) is unknown color: approx Charm. HEX triplet: CC, 74 and 83. RGB value is (204,116,131). Sum of RGB (Red+Green+Blue) = 204+116+131=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 116 (45.70% from 255 or 25.72% from 451); Blue value is 131 (51.56% from 255 or 29.05% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7483 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7483 is #338B7C. Grayscale: #909090. Windows color (decimal): -3378045 or 8615116. OLE color: 8615116.

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

Color convert

RGB204116131-
CMYK00.430.360.2
HSL349.77º46.32%62.75%-
HSV(B)349.77º43.14%80%-
XYZ35.2426.9724.82-
YUV144.02120.65170.78-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.23%
GREEN value IS 116 (45.70% from 255) = 25.72%
BLUE value IS 131 (51.56% from 255) = 29.05%
R=45.23%
G=25.72%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.36
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411613100.430.360.2349.7746.3262.75
HexCC748302B241415e2e3f
Octal31416420305344245365677
Binary11001100111010010000011010101110010010100101011110101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7483; }

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

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

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

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

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

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

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

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