Html Css Color HEX #C5575C Mandy

📋 copy color: '#C5575C'

red 197 ◦ green 87 ◦ blue 92

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

Shades of Mandy #C5575C

Tints of Mandy #C5575C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.14%

 BLUE value IS 92 (36.33% from 255) = 24.47%

R = 52.39%
G = 23.14%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C5575C (or 0xC5575C) is known color: Mandy. HEX triplet: C5, 57 and 5C. RGB value is (197,87,92). Sum of RGB (Red+Green+Blue) = 197+87+92=376 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.39% from 376); Green value is 87 (34.38% from 255 or 23.14% from 376); Blue value is 92 (36.33% from 255 or 24.47% from 376); Max value from RGB is 197 - color contains mainly: red. Hex color #C5575C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5575C is #3AA8A3. Grayscale: #787878. Windows color (decimal): -3844260 or 6051781. OLE color: 6051781.

HSL color Cylindrical-coordinate representation of color #C5575C: hue angle of 357.27º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C5575C is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 87 92 -
CMYK 0 0.56 0.53 0.23
HSL 357.27º 0.49% 0.56% -
HSV(B) 357.27º 0.56% 0.77% -
XYZ 28.37 19.46 12.39 -
YUV 120.46 111.94 182.59 -
System Red Green Blue C M Y K H S L
Decimal 197 87 92 0 0.56 0.53 0.23 357.27 0.49 0.56
Hex C5 57 5C 0 38 35 17 165 31 38
Octal 305 127 134 0 70 65 27 545 61 70
Binary 11000101 1010111 1011100 0 111000 110101 10111 101100101 110001 111000

Color Harmonies of #C5575C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5575C

Black with #C5575C

Text Example


Text Example

White with #C5575C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5575C; }

 p { color: rgb(197,87,92); }

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

background-color css

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

 a { background-color: rgb(197,87,92); }

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

border-color css

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

 span { border-color: rgb(197,87,92); }

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