Html Css Color HEX #C04C58 Mandy

📋 copy color: '#C04C58'

red 192 ◦ green 76 ◦ blue 88

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

Shades of Mandy #C04C58

Tints of Mandy #C04C58

RGB

 RED value IS 192 (75.39% from 255) = 53.93%

 GREEN value IS 76 (30.08% from 255) = 21.35%

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

R = 53.93%
G = 21.35%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#C04C58 (or 0xC04C58) is known color: Mandy. HEX triplet: C0, 4C and 58. RGB value is (192,76,88). Sum of RGB (Red+Green+Blue) = 192+76+88=356 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.93% from 356); Green value is 76 (30.08% from 255 or 21.35% from 356); Blue value is 88 (34.77% from 255 or 24.72% from 356); Max value from RGB is 192 - color contains mainly: red. Hex color #C04C58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04C58 is #3FB3A7. Grayscale: #707070. Windows color (decimal): -4174760 or 5786816. OLE color: 5786816.

HSL color Cylindrical-coordinate representation of color #C04C58: hue angle of 353.79º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C04C58 is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 76 88 -
CMYK 0 0.60 0.54 0.25
HSL 353.79º 0.48% 0.53% -
HSV(B) 353.79º 0.6% 0.75% -
XYZ 26.08 17.08 11.15 -
YUV 112.05 114.43 185.02 -
System Red Green Blue C M Y K H S L
Decimal 192 76 88 0 0.60 0.54 0.25 353.79 0.48 0.53
Hex C0 4C 58 0 3C 36 19 162 30 35
Octal 300 114 130 0 74 66 31 542 60 65
Binary 11000000 1001100 1011000 0 111100 110110 11001 101100010 110000 110101

Color Harmonies of #C04C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04C58

Black with #C04C58

Text Example


Text Example

White with #C04C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04C58; }

 p { color: rgb(192,76,88); }

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

background-color css

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

 a { background-color: rgb(192,76,88); }

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

border-color css

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

 span { border-color: rgb(192,76,88); }

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