Html Css Color HEX #C57282 Charm

📋 copy color: '#C57282'

red 197 ◦ green 114 ◦ blue 130

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

Shades of Charm #C57282

Tints of Charm #C57282

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.85%

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

R = 44.67%
G = 25.85%
B = 29.48%

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

#C57282 (or 0xC57282) is known color: Charm. HEX triplet: C5, 72 and 82. RGB value is (197,114,130). Sum of RGB (Red+Green+Blue) = 197+114+130=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 114 (44.92% from 255 or 25.85% from 441); Blue value is 130 (51.17% from 255 or 29.48% from 441); Max value from RGB is 197 - color contains mainly: red. Hex color #C57282 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57282 is #3A8D7D. Grayscale: #8C8C8C. Windows color (decimal): -3837310 or 8549061. OLE color: 8549061.

HSL color Cylindrical-coordinate representation of color #C57282: hue angle of 348.43º degrees, saturation: 0.42, 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 #C57282 is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 114 130 -
CMYK 0 0.42 0.34 0.23
HSL 348.43º 0.42% 0.61% -
HSV(B) 348.43º 0.42% 0.77% -
XYZ 33.07 25.52 24.3 -
YUV 140.64 122 168.2 -
System Red Green Blue C M Y K H S L
Decimal 197 114 130 0 0.42 0.34 0.23 348.43 0.42 0.61
Hex C5 72 82 0 2A 22 17 15C 2A 3D
Octal 305 162 202 0 52 42 27 534 52 75
Binary 11000101 1110010 10000010 0 101010 100010 10111 101011100 101010 111101

Color Harmonies of #C57282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57282

Black with #C57282

Text Example


Text Example

White with #C57282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57282; }

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

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

background-color css

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

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

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

border-color css

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

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

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