Html Css Color HEX #C5415C Mandy

📋 copy color: '#C5415C'

red 197 ◦ green 65 ◦ blue 92

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

Shades of Mandy #C5415C

Tints of Mandy #C5415C

RGB

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

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

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

R = 55.65%
G = 18.36%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C5415C (or 0xC5415C) is known color: Mandy. HEX triplet: C5, 41 and 5C. RGB value is (197,65,92). Sum of RGB (Red+Green+Blue) = 197+65+92=354 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.65% from 354); Green value is 65 (25.78% from 255 or 18.36% from 354); Blue value is 92 (36.33% from 255 or 25.99% from 354); Max value from RGB is 197 - color contains mainly: red. Hex color #C5415C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5415C is #3ABEA3. Grayscale: #6B6B6B. Windows color (decimal): -3849892 or 6046149. OLE color: 6046149.

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

Color convert

RGB 197 65 92 -
CMYK 0 0.67 0.53 0.23
HSL 347.73º 0.53% 0.51% -
HSV(B) 347.73º 0.67% 0.77% -
XYZ 26.85 16.42 11.88 -
YUV 107.55 119.23 191.8 -
System Red Green Blue C M Y K H S L
Decimal 197 65 92 0 0.67 0.53 0.23 347.73 0.53 0.51
Hex C5 41 5C 0 43 35 17 15C 35 33
Octal 305 101 134 0 103 65 27 534 65 63
Binary 11000101 1000001 1011100 0 1000011 110101 10111 101011100 110101 110011

Color Harmonies of #C5415C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5415C

Black with #C5415C

Text Example


Text Example

White with #C5415C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5415C; }

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

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

background-color css

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

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

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

border-color css

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

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

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