Html Css Color HEX #C0494C Mandy

📋 copy color: '#C0494C'

red 192 ◦ green 73 ◦ blue 76

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

Shades of Mandy #C0494C

Tints of Mandy #C0494C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.29%

R = 56.3%
G = 21.41%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#C0494C (or 0xC0494C) is known color: Mandy. HEX triplet: C0, 49 and 4C. RGB value is (192,73,76). Sum of RGB (Red+Green+Blue) = 192+73+76=341 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.30% from 341); Green value is 73 (28.91% from 255 or 21.41% from 341); Blue value is 76 (30.08% from 255 or 22.29% from 341); Max value from RGB is 192 - color contains mainly: red. Hex color #C0494C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0494C is #3FB6B3. Grayscale: #6D6D6D. Windows color (decimal): -4175540 or 4999616. OLE color: 4999616.

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

Color convert

RGB 192 73 76 -
CMYK 0 0.62 0.60 0.25
HSL 358.49º 0.49% 0.52% -
HSV(B) 358.49º 0.62% 0.75% -
XYZ 25.43 16.49 8.68 -
YUV 108.92 109.42 187.26 -
System Red Green Blue C M Y K H S L
Decimal 192 73 76 0 0.62 0.60 0.25 358.49 0.49 0.52
Hex C0 49 4C 0 3E 3C 19 166 31 34
Octal 300 111 114 0 76 74 31 546 61 64
Binary 11000000 1001001 1001100 0 111110 111100 11001 101100110 110001 110100

Color Harmonies of #C0494C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0494C

Black with #C0494C

Text Example


Text Example

White with #C0494C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0494C; }

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

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

background-color css

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

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

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

border-color css

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

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

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