Html Css Color HEX #C5415E Mandy

📋 copy color: '#C5415E'

red 197 ◦ green 65 ◦ blue 94

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

Shades of Mandy #C5415E

Tints of Mandy #C5415E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 26.4%

R = 55.34%
G = 18.26%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C5415E (or 0xC5415E) is known color: Mandy. HEX triplet: C5, 41 and 5E. RGB value is (197,65,94). Sum of RGB (Red+Green+Blue) = 197+65+94=356 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.34% from 356); Green value is 65 (25.78% from 255 or 18.26% from 356); Blue value is 94 (37.11% from 255 or 26.40% from 356); Max value from RGB is 197 - color contains mainly: red. Hex color #C5415E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5415E is #3ABEA1. Grayscale: #6B6B6B. Windows color (decimal): -3849890 or 6177221. OLE color: 6177221.

HSL color Cylindrical-coordinate representation of color #C5415E: hue angle of 346.82º 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 #C5415E is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 65 94 -
CMYK 0 0.67 0.52 0.23
HSL 346.82º 0.53% 0.51% -
HSV(B) 346.82º 0.67% 0.77% -
XYZ 26.94 16.46 12.35 -
YUV 107.77 120.23 191.64 -
System Red Green Blue C M Y K H S L
Decimal 197 65 94 0 0.67 0.52 0.23 346.82 0.53 0.51
Hex C5 41 5E 0 43 34 17 15B 35 33
Octal 305 101 136 0 103 64 27 533 65 63
Binary 11000101 1000001 1011110 0 1000011 110100 10111 101011011 110101 110011

Color Harmonies of #C5415E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5415E

Black with #C5415E

Text Example


Text Example

White with #C5415E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5415E; }

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

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

background-color css

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

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

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

border-color css

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

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

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