Html Css Color HEX #C0484A Mandy

📋 copy color: '#C0484A'

red 192 ◦ green 72 ◦ blue 74

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

Shades of Mandy #C0484A

Tints of Mandy #C0484A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.89%

R = 56.8%
G = 21.3%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C0484A (or 0xC0484A) is known color: Mandy. HEX triplet: C0, 48 and 4A. RGB value is (192,72,74). Sum of RGB (Red+Green+Blue) = 192+72+74=338 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.80% from 338); Green value is 72 (28.52% from 255 or 21.30% from 338); Blue value is 74 (29.30% from 255 or 21.89% from 338); Max value from RGB is 192 - color contains mainly: red. Hex color #C0484A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0484A is #3FB7B5. Grayscale: #6C6C6C. Windows color (decimal): -4175798 or 4868288. OLE color: 4868288.

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

Color convert

RGB 192 72 74 -
CMYK 0 0.63 0.61 0.25
HSL 359º 0.49% 0.52% -
HSV(B) 359º 0.63% 0.75% -
XYZ 25.29 16.34 8.3 -
YUV 108.11 108.76 187.84 -
System Red Green Blue C M Y K H S L
Decimal 192 72 74 0 0.63 0.61 0.25 359 0.49 0.52
Hex C0 48 4A 0 3F 3D 19 167 31 34
Octal 300 110 112 0 77 75 31 547 61 64
Binary 11000000 1001000 1001010 0 111111 111101 11001 101100111 110001 110100

Color Harmonies of #C0484A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0484A

Black with #C0484A

Text Example


Text Example

White with #C0484A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0484A; }

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

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

background-color css

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

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

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

border-color css

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

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

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