Html Css Color HEX #C57582 Charm

📋 copy color: '#C57582'

red 197 ◦ green 117 ◦ blue 130

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

Shades of Charm #C57582

Tints of Charm #C57582

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.35%

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

R = 44.37%
G = 26.35%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#C57582 (or 0xC57582) is known color: Charm. HEX triplet: C5, 75 and 82. RGB value is (197,117,130). Sum of RGB (Red+Green+Blue) = 197+117+130=444 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.37% from 444); Green value is 117 (46.09% from 255 or 26.35% from 444); Blue value is 130 (51.17% from 255 or 29.28% from 444); Max value from RGB is 197 - color contains mainly: red. Hex color #C57582 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57582 is #3A8A7D. Grayscale: #8E8E8E. Windows color (decimal): -3836542 or 8549829. OLE color: 8549829.

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

Color convert

RGB 197 117 130 -
CMYK 0 0.41 0.34 0.23
HSL 350.25º 0.41% 0.62% -
HSV(B) 350.25º 0.41% 0.77% -
XYZ 33.42 26.2 24.42 -
YUV 142.4 121 166.94 -
System Red Green Blue C M Y K H S L
Decimal 197 117 130 0 0.41 0.34 0.23 350.25 0.41 0.62
Hex C5 75 82 0 29 22 17 15E 29 3E
Octal 305 165 202 0 51 42 27 536 51 76
Binary 11000101 1110101 10000010 0 101001 100010 10111 101011110 101001 111110

Color Harmonies of #C57582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57582

Black with #C57582

Text Example


Text Example

White with #C57582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57582; }

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

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

background-color css

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

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

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

border-color css

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

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

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