Html Css Color HEX #C5758C Charm

📋 copy color: '#C5758C'

red 197 ◦ green 117 ◦ blue 140

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

Shades of Charm #C5758C

Tints of Charm #C5758C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.84%

R = 43.39%
G = 25.77%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C5758C (or 0xC5758C) is known color: Charm. HEX triplet: C5, 75 and 8C. RGB value is (197,117,140). Sum of RGB (Red+Green+Blue) = 197+117+140=454 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.39% from 454); Green value is 117 (46.09% from 255 or 25.77% from 454); Blue value is 140 (55.08% from 255 or 30.84% from 454); Max value from RGB is 197 - color contains mainly: red. Hex color #C5758C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5758C is #3A8A73. Grayscale: #8F8F8F. Windows color (decimal): -3836532 or 9205189. OLE color: 9205189.

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

Color convert

RGB 197 117 140 -
CMYK 0 0.41 0.29 0.23
HSL 342.75º 0.41% 0.62% -
HSV(B) 342.75º 0.41% 0.77% -
XYZ 34.12 26.49 28.12 -
YUV 143.54 126 166.13 -
System Red Green Blue C M Y K H S L
Decimal 197 117 140 0 0.41 0.29 0.23 342.75 0.41 0.62
Hex C5 75 8C 0 29 1D 17 157 29 3E
Octal 305 165 214 0 51 35 27 527 51 76
Binary 11000101 1110101 10001100 0 101001 11101 10111 101010111 101001 111110

Color Harmonies of #C5758C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5758C

Black with #C5758C

Text Example


Text Example

White with #C5758C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5758C; }

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

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

background-color css

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

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

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

border-color css

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

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

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