Html Css Color HEX #C5757A Charm

📋 copy color: '#C5757A'

red 197 ◦ green 117 ◦ blue 122

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

Shades of Charm #C5757A

Tints of Charm #C5757A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.98%

R = 45.18%
G = 26.83%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C5757A (or 0xC5757A) is known color: Charm. HEX triplet: C5, 75 and 7A. RGB value is (197,117,122). Sum of RGB (Red+Green+Blue) = 197+117+122=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 117 (46.09% from 255 or 26.83% from 436); Blue value is 122 (48.05% from 255 or 27.98% from 436); Max value from RGB is 197 - color contains mainly: red. Hex color #C5757A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5757A is #3A8A85. Grayscale: #8D8D8D. Windows color (decimal): -3836550 or 8025541. OLE color: 8025541.

HSL color Cylindrical-coordinate representation of color #C5757A: hue angle of 356.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 #C5757A is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 117 122 -
CMYK 0 0.41 0.38 0.23
HSL 356.25º 0.41% 0.62% -
HSV(B) 356.25º 0.41% 0.77% -
XYZ 32.9 26 21.7 -
YUV 141.49 117 167.59 -
System Red Green Blue C M Y K H S L
Decimal 197 117 122 0 0.41 0.38 0.23 356.25 0.41 0.62
Hex C5 75 7A 0 29 26 17 164 29 3E
Octal 305 165 172 0 51 46 27 544 51 76
Binary 11000101 1110101 1111010 0 101001 100110 10111 101100100 101001 111110

Color Harmonies of #C5757A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5757A

Black with #C5757A

Text Example


Text Example

White with #C5757A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5757A; }

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

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

background-color css

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

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

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

border-color css

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

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

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