#C97483

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

Shades of Charm #C97483

Tints of Charm #C97483

Color information

#C97483 (or 0xC97483) is unknown color: approx Charm. HEX triplet: C9, 74 and 83. RGB value is (201,116,131). Sum of RGB (Red+Green+Blue) = 201+116+131=448 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.87% from 448); Green value is 116 (45.70% from 255 or 25.89% from 448); Blue value is 131 (51.56% from 255 or 29.24% from 448); Max value from RGB is 201 - color contains mainly: red. Hex color #C97483 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97483 is #368B7C. Grayscale: #8F8F8F. Windows color (decimal): -3574653 or 8615113. OLE color: 8615113.

HSL color Cylindrical-coordinate representation of color #C97483: hue angle of 349.41º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C97483 is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB201116131-
CMYK00.420.350.21
HSL349.41º44.04%62.16%-
HSV(B)349.41º42.29%78.82%-
XYZ34.4326.5524.78-
YUV143.12121.16169.28-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.87%
GREEN value IS 116 (45.70% from 255) = 25.89%
BLUE value IS 131 (51.56% from 255) = 29.24%
R=44.87%
G=25.89%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111613100.420.350.21349.4144.0462.16
HexC9748302A231515d2c3e
Octal31116420305243255355476
Binary11001001111010010000011010101010001110101101011101101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97483; }

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

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

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

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

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

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

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

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