Html Css Color HEX #C04C50 Mandy

📋 copy color: '#C04C50'

red 192 ◦ green 76 ◦ blue 80

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

Shades of Mandy #C04C50

Tints of Mandy #C04C50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 22.99%

R = 55.17%
G = 21.84%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#C04C50 (or 0xC04C50) is known color: Mandy. HEX triplet: C0, 4C and 50. RGB value is (192,76,80). Sum of RGB (Red+Green+Blue) = 192+76+80=348 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.17% from 348); Green value is 76 (30.08% from 255 or 21.84% from 348); Blue value is 80 (31.64% from 255 or 22.99% from 348); Max value from RGB is 192 - color contains mainly: red. Hex color #C04C50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04C50 is #3FB3AF. Grayscale: #6F6F6F. Windows color (decimal): -4174768 or 5262528. OLE color: 5262528.

HSL color Cylindrical-coordinate representation of color #C04C50: hue angle of 357.93º 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 #C04C50 is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 76 80 -
CMYK 0 0.60 0.58 0.25
HSL 357.93º 0.48% 0.53% -
HSV(B) 357.93º 0.6% 0.75% -
XYZ 25.77 16.95 9.5 -
YUV 111.14 110.43 185.67 -
System Red Green Blue C M Y K H S L
Decimal 192 76 80 0 0.60 0.58 0.25 357.93 0.48 0.53
Hex C0 4C 50 0 3C 3A 19 166 30 35
Octal 300 114 120 0 74 72 31 546 60 65
Binary 11000000 1001100 1010000 0 111100 111010 11001 101100110 110000 110101

Color Harmonies of #C04C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04C50

Black with #C04C50

Text Example


Text Example

White with #C04C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04C50; }

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

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

background-color css

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

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

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

border-color css

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

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

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