Html Css Color HEX #C5758A Charm

📋 copy color: '#C5758A'

red 197 ◦ green 117 ◦ blue 138

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

Shades of Charm #C5758A

Tints of Charm #C5758A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.53%

R = 43.58%
G = 25.88%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C5758A (or 0xC5758A) is known color: Charm. HEX triplet: C5, 75 and 8A. RGB value is (197,117,138). Sum of RGB (Red+Green+Blue) = 197+117+138=452 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.58% from 452); Green value is 117 (46.09% from 255 or 25.88% from 452); Blue value is 138 (54.30% from 255 or 30.53% from 452); Max value from RGB is 197 - color contains mainly: red. Hex color #C5758A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5758A is #3A8A75. Grayscale: #8F8F8F. Windows color (decimal): -3836534 or 9074117. OLE color: 9074117.

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

Color convert

RGB 197 117 138 -
CMYK 0 0.41 0.30 0.23
HSL 344.25º 0.41% 0.62% -
HSV(B) 344.25º 0.41% 0.77% -
XYZ 33.97 26.43 27.36 -
YUV 143.31 125 166.29 -
System Red Green Blue C M Y K H S L
Decimal 197 117 138 0 0.41 0.30 0.23 344.25 0.41 0.62
Hex C5 75 8A 0 29 1E 17 158 29 3E
Octal 305 165 212 0 51 36 27 530 51 76
Binary 11000101 1110101 10001010 0 101001 11110 10111 101011000 101001 111110

Color Harmonies of #C5758A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5758A

Black with #C5758A

Text Example


Text Example

White with #C5758A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5758A; }

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

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

background-color css

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

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

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

border-color css

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

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

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