Html Css Color HEX #C45060 Mandy

📋 copy color: '#C45060'

red 196 ◦ green 80 ◦ blue 96

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

Shades of Mandy #C45060

Tints of Mandy #C45060

RGB

 RED value IS 196 (76.95% from 255) = 52.69%

 GREEN value IS 80 (31.64% from 255) = 21.51%

 BLUE value IS 96 (37.89% from 255) = 25.81%

R = 52.69%
G = 21.51%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C45060 (or 0xC45060) is known color: Mandy. HEX triplet: C4, 50 and 60. RGB value is (196,80,96). Sum of RGB (Red+Green+Blue) = 196+80+96=372 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.69% from 372); Green value is 80 (31.64% from 255 or 21.51% from 372); Blue value is 96 (37.89% from 255 or 25.81% from 372); Max value from RGB is 196 - color contains mainly: red. Hex color #C45060 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45060 is #3BAF9F. Grayscale: #747474. Windows color (decimal): -3911584 or 6312132. OLE color: 6312132.

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

Color convert

RGB 196 80 96 -
CMYK 0 0.59 0.51 0.23
HSL 351.72º 0.5% 0.54% -
HSV(B) 351.72º 0.59% 0.77% -
XYZ 27.74 18.32 13.14 -
YUV 116.51 116.43 184.7 -
System Red Green Blue C M Y K H S L
Decimal 196 80 96 0 0.59 0.51 0.23 351.72 0.5 0.54
Hex C4 50 60 0 3B 33 17 160 32 36
Octal 304 120 140 0 73 63 27 540 62 66
Binary 11000100 1010000 1100000 0 111011 110011 10111 101100000 110010 110110

Color Harmonies of #C45060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45060

Black with #C45060

Text Example


Text Example

White with #C45060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45060; }

 p { color: rgb(196,80,96); }

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

background-color css

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

 a { background-color: rgb(196,80,96); }

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

border-color css

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

 span { border-color: rgb(196,80,96); }

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