Html Css Color HEX #C5425A Mandy

📋 copy color: '#C5425A'

red 197 ◦ green 66 ◦ blue 90

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

Shades of Mandy #C5425A

Tints of Mandy #C5425A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.7%

 BLUE value IS 90 (35.55% from 255) = 25.5%

R = 55.81%
G = 18.7%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C5425A (or 0xC5425A) is known color: Mandy. HEX triplet: C5, 42 and 5A. RGB value is (197,66,90). Sum of RGB (Red+Green+Blue) = 197+66+90=353 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.81% from 353); Green value is 66 (26.17% from 255 or 18.70% from 353); Blue value is 90 (35.55% from 255 or 25.50% from 353); Max value from RGB is 197 - color contains mainly: red. Hex color #C5425A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5425A is #3ABDA5. Grayscale: #6B6B6B. Windows color (decimal): -3849638 or 5915333. OLE color: 5915333.

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

Color convert

RGB 197 66 90 -
CMYK 0 0.66 0.54 0.23
HSL 349.01º 0.53% 0.52% -
HSV(B) 349.01º 0.66% 0.77% -
XYZ 26.82 16.5 11.45 -
YUV 107.91 117.9 191.55 -
System Red Green Blue C M Y K H S L
Decimal 197 66 90 0 0.66 0.54 0.23 349.01 0.53 0.52
Hex C5 42 5A 0 42 36 17 15D 35 34
Octal 305 102 132 0 102 66 27 535 65 64
Binary 11000101 1000010 1011010 0 1000010 110110 10111 101011101 110101 110100

Color Harmonies of #C5425A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5425A

Black with #C5425A

Text Example


Text Example

White with #C5425A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5425A; }

 p { color: rgb(197,66,90); }

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

background-color css

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

 a { background-color: rgb(197,66,90); }

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

border-color css

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

 span { border-color: rgb(197,66,90); }

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