Html Css Color HEX #C0484C Mandy

📋 copy color: '#C0484C'

red 192 ◦ green 72 ◦ blue 76

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

Shades of Mandy #C0484C

Tints of Mandy #C0484C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.18%

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

R = 56.47%
G = 21.18%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#C0484C (or 0xC0484C) is known color: Mandy. HEX triplet: C0, 48 and 4C. RGB value is (192,72,76). Sum of RGB (Red+Green+Blue) = 192+72+76=340 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.47% from 340); Green value is 72 (28.52% from 255 or 21.18% from 340); Blue value is 76 (30.08% from 255 or 22.35% from 340); Max value from RGB is 192 - color contains mainly: red. Hex color #C0484C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0484C is #3FB7B3. Grayscale: #6C6C6C. Windows color (decimal): -4175796 or 4999360. OLE color: 4999360.

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

Color convert

RGB 192 72 76 -
CMYK 0 0.63 0.60 0.25
HSL 358º 0.49% 0.52% -
HSV(B) 358º 0.63% 0.75% -
XYZ 25.36 16.36 8.66 -
YUV 108.34 109.76 187.67 -
System Red Green Blue C M Y K H S L
Decimal 192 72 76 0 0.63 0.60 0.25 358 0.49 0.52
Hex C0 48 4C 0 3F 3C 19 166 31 34
Octal 300 110 114 0 77 74 31 546 61 64
Binary 11000000 1001000 1001100 0 111111 111100 11001 101100110 110001 110100

Color Harmonies of #C0484C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0484C

Black with #C0484C

Text Example


Text Example

White with #C0484C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0484C; }

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

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

background-color css

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

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

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

border-color css

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

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

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