Html Css Color HEX #C04A52 Mandy

📋 copy color: '#C04A52'

red 192 ◦ green 74 ◦ blue 82

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

Shades of Mandy #C04A52

Tints of Mandy #C04A52

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.26%

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

R = 55.17%
G = 21.26%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#C04A52 (or 0xC04A52) is known color: Mandy. HEX triplet: C0, 4A and 52. RGB value is (192,74,82). Sum of RGB (Red+Green+Blue) = 192+74+82=348 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.17% from 348); Green value is 74 (29.30% from 255 or 21.26% from 348); Blue value is 82 (32.42% from 255 or 23.56% from 348); Max value from RGB is 192 - color contains mainly: red. Hex color #C04A52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04A52 is #3FB5AD. Grayscale: #6E6E6E. Windows color (decimal): -4175278 or 5393088. OLE color: 5393088.

HSL color Cylindrical-coordinate representation of color #C04A52: hue angle of 355.93º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C04A52 is Cyan = 0, Magento = 0.61, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 74 82 -
CMYK 0 0.61 0.57 0.25
HSL 355.93º 0.48% 0.52% -
HSV(B) 355.93º 0.61% 0.75% -
XYZ 25.71 16.71 9.85 -
YUV 110.19 112.09 186.35 -
System Red Green Blue C M Y K H S L
Decimal 192 74 82 0 0.61 0.57 0.25 355.93 0.48 0.52
Hex C0 4A 52 0 3D 39 19 164 30 34
Octal 300 112 122 0 75 71 31 544 60 64
Binary 11000000 1001010 1010010 0 111101 111001 11001 101100100 110000 110100

Color Harmonies of #C04A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04A52

Black with #C04A52

Text Example


Text Example

White with #C04A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04A52; }

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

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

background-color css

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

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

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

border-color css

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

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

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