Html Css Color HEX #C5758F Charm

📋 copy color: '#C5758F'

red 197 ◦ green 117 ◦ blue 143

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

Shades of Charm #C5758F

Tints of Charm #C5758F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 31.29%

R = 43.11%
G = 25.6%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C5758F (or 0xC5758F) is known color: Charm. HEX triplet: C5, 75 and 8F. RGB value is (197,117,143). Sum of RGB (Red+Green+Blue) = 197+117+143=457 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.11% from 457); Green value is 117 (46.09% from 255 or 25.60% from 457); Blue value is 143 (56.25% from 255 or 31.29% from 457); Max value from RGB is 197 - color contains mainly: red. Hex color #C5758F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5758F is #3A8A70. Grayscale: #8F8F8F. Windows color (decimal): -3836529 or 9401797. OLE color: 9401797.

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

Color convert

RGB 197 117 143 -
CMYK 0 0.41 0.27 0.23
HSL 340.5º 0.41% 0.62% -
HSV(B) 340.5º 0.41% 0.77% -
XYZ 34.35 26.58 29.31 -
YUV 143.88 127.5 165.89 -
System Red Green Blue C M Y K H S L
Decimal 197 117 143 0 0.41 0.27 0.23 340.5 0.41 0.62
Hex C5 75 8F 0 29 1B 17 154 29 3E
Octal 305 165 217 0 51 33 27 524 51 76
Binary 11000101 1110101 10001111 0 101001 11011 10111 101010100 101001 111110

Color Harmonies of #C5758F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5758F

Black with #C5758F

Text Example


Text Example

White with #C5758F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5758F; }

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

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

background-color css

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

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

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

border-color css

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

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

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