Html Css Color HEX #C04C5B Mandy

📋 copy color: '#C04C5B'

red 192 ◦ green 76 ◦ blue 91

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

Shades of Mandy #C04C5B

Tints of Mandy #C04C5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.35%

R = 53.48%
G = 21.17%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#C04C5B (or 0xC04C5B) is known color: Mandy. HEX triplet: C0, 4C and 5B. RGB value is (192,76,91). Sum of RGB (Red+Green+Blue) = 192+76+91=359 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.48% from 359); Green value is 76 (30.08% from 255 or 21.17% from 359); Blue value is 91 (35.94% from 255 or 25.35% from 359); Max value from RGB is 192 - color contains mainly: red. Hex color #C04C5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04C5B is #3FB3A4. Grayscale: #707070. Windows color (decimal): -4174757 or 5983424. OLE color: 5983424.

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

Color convert

RGB 192 76 91 -
CMYK 0 0.60 0.53 0.25
HSL 352.24º 0.48% 0.53% -
HSV(B) 352.24º 0.6% 0.75% -
XYZ 26.21 17.13 11.82 -
YUV 112.39 115.93 184.78 -
System Red Green Blue C M Y K H S L
Decimal 192 76 91 0 0.60 0.53 0.25 352.24 0.48 0.53
Hex C0 4C 5B 0 3C 35 19 160 30 35
Octal 300 114 133 0 74 65 31 540 60 65
Binary 11000000 1001100 1011011 0 111100 110101 11001 101100000 110000 110101

Color Harmonies of #C04C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04C5B

Black with #C04C5B

Text Example


Text Example

White with #C04C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04C5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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