Html Css Color HEX #C57382 Charm

📋 copy color: '#C57382'

red 197 ◦ green 115 ◦ blue 130

#C57382
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Charm #C57382

Tints of Charm #C57382

RGB

 RED value IS 197 (77.34% from 255) = 44.57%

 GREEN value IS 115 (45.31% from 255) = 26.02%

 BLUE value IS 130 (51.17% from 255) = 29.41%

R = 44.57%
G = 26.02%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#C57382 (or 0xC57382) is known color: Charm. HEX triplet: C5, 73 and 82. RGB value is (197,115,130). Sum of RGB (Red+Green+Blue) = 197+115+130=442 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.57% from 442); Green value is 115 (45.31% from 255 or 26.02% from 442); Blue value is 130 (51.17% from 255 or 29.41% from 442); Max value from RGB is 197 - color contains mainly: red. Hex color #C57382 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57382 is #3A8C7D. Grayscale: #8D8D8D. Windows color (decimal): -3837054 or 8549317. OLE color: 8549317.

HSL color Cylindrical-coordinate representation of color #C57382: hue angle of 349.02º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C57382 is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 115 130 -
CMYK 0 0.42 0.34 0.23
HSL 349.02º 0.41% 0.61% -
HSV(B) 349.02º 0.42% 0.77% -
XYZ 33.19 25.74 24.34 -
YUV 141.23 121.67 167.78 -
System Red Green Blue C M Y K H S L
Decimal 197 115 130 0 0.42 0.34 0.23 349.02 0.41 0.61
Hex C5 73 82 0 2A 22 17 15D 29 3D
Octal 305 163 202 0 52 42 27 535 51 75
Binary 11000101 1110011 10000010 0 101010 100010 10111 101011101 101001 111101

Color Harmonies of #C57382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57382

Black with #C57382

Text Example


Text Example

White with #C57382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57382; }

 p { color: rgb(197,115,130); }

 H1.HeaderClassName
 {
   color: #C57382;
 }
 .AnyTagClassName
 {
   color: #C57382;
 }
</style>

background-color css

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

 a { background-color: rgb(197,115,130); }

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

border-color css

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

 span { border-color: rgb(197,115,130); }

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