Html Css Color HEX #C5758B Charm

📋 copy color: '#C5758B'

red 197 ◦ green 117 ◦ blue 139

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

Shades of Charm #C5758B

Tints of Charm #C5758B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.68%

R = 43.49%
G = 25.83%
B = 30.68%

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

#C5758B (or 0xC5758B) is known color: Charm. HEX triplet: C5, 75 and 8B. RGB value is (197,117,139). Sum of RGB (Red+Green+Blue) = 197+117+139=453 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.49% from 453); Green value is 117 (46.09% from 255 or 25.83% from 453); Blue value is 139 (54.69% from 255 or 30.68% from 453); Max value from RGB is 197 - color contains mainly: red. Hex color #C5758B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5758B is #3A8A74. Grayscale: #8F8F8F. Windows color (decimal): -3836533 or 9139653. OLE color: 9139653.

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

Color convert

RGB 197 117 139 -
CMYK 0 0.41 0.29 0.23
HSL 343.5º 0.41% 0.62% -
HSV(B) 343.5º 0.41% 0.77% -
XYZ 34.05 26.46 27.74 -
YUV 143.43 125.5 166.21 -
System Red Green Blue C M Y K H S L
Decimal 197 117 139 0 0.41 0.29 0.23 343.5 0.41 0.62
Hex C5 75 8B 0 29 1D 17 158 29 3E
Octal 305 165 213 0 51 35 27 530 51 76
Binary 11000101 1110101 10001011 0 101001 11101 10111 101011000 101001 111110

Color Harmonies of #C5758B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5758B

Black with #C5758B

Text Example


Text Example

White with #C5758B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5758B; }

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

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

background-color css

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

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

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

border-color css

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

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

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