Html Css Color HEX #C0484E Mandy

📋 copy color: '#C0484E'

red 192 ◦ green 72 ◦ blue 78

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

Shades of Mandy #C0484E

Tints of Mandy #C0484E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 22.81%

R = 56.14%
G = 21.05%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#C0484E (or 0xC0484E) is known color: Mandy. HEX triplet: C0, 48 and 4E. RGB value is (192,72,78). Sum of RGB (Red+Green+Blue) = 192+72+78=342 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.14% from 342); Green value is 72 (28.52% from 255 or 21.05% from 342); Blue value is 78 (30.86% from 255 or 22.81% from 342); Max value from RGB is 192 - color contains mainly: red. Hex color #C0484E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0484E is #3FB7B1. Grayscale: #6C6C6C. Windows color (decimal): -4175794 or 5130432. OLE color: 5130432.

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

Color convert

RGB 192 72 78 -
CMYK 0 0.63 0.59 0.25
HSL 357º 0.49% 0.52% -
HSV(B) 357º 0.63% 0.75% -
XYZ 25.43 16.39 9.03 -
YUV 108.56 110.76 187.51 -
System Red Green Blue C M Y K H S L
Decimal 192 72 78 0 0.63 0.59 0.25 357 0.49 0.52
Hex C0 48 4E 0 3F 3B 19 165 31 34
Octal 300 110 116 0 77 73 31 545 61 64
Binary 11000000 1001000 1001110 0 111111 111011 11001 101100101 110001 110100

Color Harmonies of #C0484E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0484E

Black with #C0484E

Text Example


Text Example

White with #C0484E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0484E; }

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

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

background-color css

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

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

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

border-color css

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

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

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