Html Css Color HEX #C04F5A Mandy

📋 copy color: '#C04F5A'

red 192 ◦ green 79 ◦ blue 90

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

Shades of Mandy #C04F5A

Tints of Mandy #C04F5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.93%

R = 53.19%
G = 21.88%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#C04F5A (or 0xC04F5A) is known color: Mandy. HEX triplet: C0, 4F and 5A. RGB value is (192,79,90). Sum of RGB (Red+Green+Blue) = 192+79+90=361 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.19% from 361); Green value is 79 (31.25% from 255 or 21.88% from 361); Blue value is 90 (35.55% from 255 or 24.93% from 361); Max value from RGB is 192 - color contains mainly: red. Hex color #C04F5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C04F5A is #3FB0A5. Grayscale: #727272. Windows color (decimal): -4173990 or 5918656. OLE color: 5918656.

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

Color convert

RGB 192 79 90 -
CMYK 0 0.59 0.53 0.25
HSL 354.16º 0.47% 0.53% -
HSV(B) 354.16º 0.59% 0.75% -
XYZ 26.38 17.54 11.67 -
YUV 114.04 114.44 183.61 -
System Red Green Blue C M Y K H S L
Decimal 192 79 90 0 0.59 0.53 0.25 354.16 0.47 0.53
Hex C0 4F 5A 0 3B 35 19 162 2F 35
Octal 300 117 132 0 73 65 31 542 57 65
Binary 11000000 1001111 1011010 0 111011 110101 11001 101100010 101111 110101

Color Harmonies of #C04F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04F5A

Black with #C04F5A

Text Example


Text Example

White with #C04F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04F5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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