Html Css Color HEX #C04958 Mandy

📋 copy color: '#C04958'

red 192 ◦ green 73 ◦ blue 88

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

Shades of Mandy #C04958

Tints of Mandy #C04958

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.68%

 BLUE value IS 88 (34.77% from 255) = 24.93%

R = 54.39%
G = 20.68%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#C04958 (or 0xC04958) is known color: Mandy. HEX triplet: C0, 49 and 58. RGB value is (192,73,88). Sum of RGB (Red+Green+Blue) = 192+73+88=353 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.39% from 353); Green value is 73 (28.91% from 255 or 20.68% from 353); Blue value is 88 (34.77% from 255 or 24.93% from 353); Max value from RGB is 192 - color contains mainly: red. Hex color #C04958 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04958 is #3FB6A7. Grayscale: #6E6E6E. Windows color (decimal): -4175528 or 5786048. OLE color: 5786048.

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

Color convert

RGB 192 73 88 -
CMYK 0 0.62 0.54 0.25
HSL 352.44º 0.49% 0.52% -
HSV(B) 352.44º 0.62% 0.75% -
XYZ 25.88 16.68 11.09 -
YUV 110.29 115.42 186.28 -
System Red Green Blue C M Y K H S L
Decimal 192 73 88 0 0.62 0.54 0.25 352.44 0.49 0.52
Hex C0 49 58 0 3E 36 19 160 31 34
Octal 300 111 130 0 76 66 31 540 61 64
Binary 11000000 1001001 1011000 0 111110 110110 11001 101100000 110001 110100

Color Harmonies of #C04958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04958

Black with #C04958

Text Example


Text Example

White with #C04958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04958; }

 p { color: rgb(192,73,88); }

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

background-color css

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

 a { background-color: rgb(192,73,88); }

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

border-color css

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

 span { border-color: rgb(192,73,88); }

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