Html Css Color HEX #C04D52 Mandy

📋 copy color: '#C04D52'

red 192 ◦ green 77 ◦ blue 82

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

Shades of Mandy #C04D52

Tints of Mandy #C04D52

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.94%

 BLUE value IS 82 (32.42% from 255) = 23.36%

R = 54.7%
G = 21.94%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#C04D52 (or 0xC04D52) is known color: Mandy. HEX triplet: C0, 4D and 52. RGB value is (192,77,82). Sum of RGB (Red+Green+Blue) = 192+77+82=351 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.70% from 351); Green value is 77 (30.47% from 255 or 21.94% from 351); Blue value is 82 (32.42% from 255 or 23.36% from 351); Max value from RGB is 192 - color contains mainly: red. Hex color #C04D52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C04D52 is #3FB2AD. Grayscale: #707070. Windows color (decimal): -4174510 or 5393856. OLE color: 5393856.

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

Color convert

RGB 192 77 82 -
CMYK 0 0.60 0.57 0.25
HSL 357.39º 0.48% 0.53% -
HSV(B) 357.39º 0.6% 0.75% -
XYZ 25.92 17.12 9.92 -
YUV 111.96 111.1 185.09 -
System Red Green Blue C M Y K H S L
Decimal 192 77 82 0 0.60 0.57 0.25 357.39 0.48 0.53
Hex C0 4D 52 0 3C 39 19 165 30 35
Octal 300 115 122 0 74 71 31 545 60 65
Binary 11000000 1001101 1010010 0 111100 111001 11001 101100101 110000 110101

Color Harmonies of #C04D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04D52

Black with #C04D52

Text Example


Text Example

White with #C04D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04D52; }

 p { color: rgb(192,77,82); }

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

background-color css

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

 a { background-color: rgb(192,77,82); }

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

border-color css

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

 span { border-color: rgb(192,77,82); }

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