Html Css Color HEX #C5415A Mandy

📋 copy color: '#C5415A'

red 197 ◦ green 65 ◦ blue 90

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

Shades of Mandy #C5415A

Tints of Mandy #C5415A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.47%

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

R = 55.97%
G = 18.47%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C5415A (or 0xC5415A) is known color: Mandy. HEX triplet: C5, 41 and 5A. RGB value is (197,65,90). Sum of RGB (Red+Green+Blue) = 197+65+90=352 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.97% from 352); Green value is 65 (25.78% from 255 or 18.47% from 352); Blue value is 90 (35.55% from 255 or 25.57% from 352); Max value from RGB is 197 - color contains mainly: red. Hex color #C5415A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5415A is #3ABEA5. Grayscale: #6B6B6B. Windows color (decimal): -3849894 or 5915077. OLE color: 5915077.

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

Color convert

RGB 197 65 90 -
CMYK 0 0.67 0.54 0.23
HSL 348.64º 0.53% 0.51% -
HSV(B) 348.64º 0.67% 0.77% -
XYZ 26.76 16.39 11.43 -
YUV 107.32 118.23 191.97 -
System Red Green Blue C M Y K H S L
Decimal 197 65 90 0 0.67 0.54 0.23 348.64 0.53 0.51
Hex C5 41 5A 0 43 36 17 15D 35 33
Octal 305 101 132 0 103 66 27 535 65 63
Binary 11000101 1000001 1011010 0 1000011 110110 10111 101011101 110101 110011

Color Harmonies of #C5415A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5415A

Black with #C5415A

Text Example


Text Example

White with #C5415A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5415A; }

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

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

background-color css

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

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

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

border-color css

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

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

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