Html Css Color HEX #C5475C Mandy

📋 copy color: '#C5475C'

red 197 ◦ green 71 ◦ blue 92

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

Shades of Mandy #C5475C

Tints of Mandy #C5475C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.72%

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

R = 54.72%
G = 19.72%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C5475C (or 0xC5475C) is known color: Mandy. HEX triplet: C5, 47 and 5C. RGB value is (197,71,92). Sum of RGB (Red+Green+Blue) = 197+71+92=360 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.72% from 360); Green value is 71 (28.12% from 255 or 19.72% from 360); Blue value is 92 (36.33% from 255 or 25.56% from 360); Max value from RGB is 197 - color contains mainly: red. Hex color #C5475C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5475C is #3AB8A3. Grayscale: #6F6F6F. Windows color (decimal): -3848356 or 6047685. OLE color: 6047685.

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

Color convert

RGB 197 71 92 -
CMYK 0 0.64 0.53 0.23
HSL 350º 0.52% 0.53% -
HSV(B) 350º 0.64% 0.77% -
XYZ 27.21 17.15 12 -
YUV 111.07 117.24 189.29 -
System Red Green Blue C M Y K H S L
Decimal 197 71 92 0 0.64 0.53 0.23 350 0.52 0.53
Hex C5 47 5C 0 40 35 17 15E 34 35
Octal 305 107 134 0 100 65 27 536 64 65
Binary 11000101 1000111 1011100 0 1000000 110101 10111 101011110 110100 110101

Color Harmonies of #C5475C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5475C

Black with #C5475C

Text Example


Text Example

White with #C5475C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5475C; }

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

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

background-color css

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

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

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

border-color css

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

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

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