Html Css Color HEX #C04F52 Mandy

📋 copy color: '#C04F52'

red 192 ◦ green 79 ◦ blue 82

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

Shades of Mandy #C04F52

Tints of Mandy #C04F52

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.38%

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

R = 54.39%
G = 22.38%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#C04F52 (or 0xC04F52) is known color: Mandy. HEX triplet: C0, 4F and 52. RGB value is (192,79,82). Sum of RGB (Red+Green+Blue) = 192+79+82=353 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.39% from 353); Green value is 79 (31.25% from 255 or 22.38% from 353); Blue value is 82 (32.42% from 255 or 23.23% from 353); Max value from RGB is 192 - color contains mainly: red. Hex color #C04F52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C04F52 is #3FB0AD. Grayscale: #717171. Windows color (decimal): -4173998 or 5394368. OLE color: 5394368.

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

Color convert

RGB 192 79 82 -
CMYK 0 0.59 0.57 0.25
HSL 358.41º 0.47% 0.53% -
HSV(B) 358.41º 0.59% 0.75% -
XYZ 26.06 17.41 9.97 -
YUV 113.13 110.44 184.26 -
System Red Green Blue C M Y K H S L
Decimal 192 79 82 0 0.59 0.57 0.25 358.41 0.47 0.53
Hex C0 4F 52 0 3B 39 19 166 2F 35
Octal 300 117 122 0 73 71 31 546 57 65
Binary 11000000 1001111 1010010 0 111011 111001 11001 101100110 101111 110101

Color Harmonies of #C04F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04F52

Black with #C04F52

Text Example


Text Example

White with #C04F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04F52; }

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

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

background-color css

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

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

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

border-color css

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

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

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