Html Css Color HEX #C45058 Mandy

📋 copy color: '#C45058'

red 196 ◦ green 80 ◦ blue 88

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

Shades of Mandy #C45058

Tints of Mandy #C45058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 24.18%

R = 53.85%
G = 21.98%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.55

 K value IS 0.23

RGB Variations

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

Color information

#C45058 (or 0xC45058) is known color: Mandy. HEX triplet: C4, 50 and 58. RGB value is (196,80,88). Sum of RGB (Red+Green+Blue) = 196+80+88=364 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.85% from 364); Green value is 80 (31.64% from 255 or 21.98% from 364); Blue value is 88 (34.77% from 255 or 24.18% from 364); Max value from RGB is 196 - color contains mainly: red. Hex color #C45058 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45058 is #3BAFA7. Grayscale: #737373. Windows color (decimal): -3911592 or 5787844. OLE color: 5787844.

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

Color convert

RGB 196 80 88 -
CMYK 0 0.59 0.55 0.23
HSL 355.86º 0.5% 0.54% -
HSV(B) 355.86º 0.59% 0.77% -
XYZ 27.4 18.18 11.3 -
YUV 115.6 112.43 185.35 -
System Red Green Blue C M Y K H S L
Decimal 196 80 88 0 0.59 0.55 0.23 355.86 0.5 0.54
Hex C4 50 58 0 3B 37 17 164 32 36
Octal 304 120 130 0 73 67 27 544 62 66
Binary 11000100 1010000 1011000 0 111011 110111 10111 101100100 110010 110110

Color Harmonies of #C45058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45058

Black with #C45058

Text Example


Text Example

White with #C45058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45058; }

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

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

background-color css

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

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

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

border-color css

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

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

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