Html Css Color HEX #C0484F Mandy

📋 copy color: '#C0484F'

red 192 ◦ green 72 ◦ blue 79

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

Shades of Mandy #C0484F

Tints of Mandy #C0484F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 23.03%

R = 55.98%
G = 20.99%
B = 23.03%

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

#C0484F (or 0xC0484F) is known color: Mandy. HEX triplet: C0, 48 and 4F. RGB value is (192,72,79). Sum of RGB (Red+Green+Blue) = 192+72+79=343 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.98% from 343); Green value is 72 (28.52% from 255 or 20.99% from 343); Blue value is 79 (31.25% from 255 or 23.03% from 343); Max value from RGB is 192 - color contains mainly: red. Hex color #C0484F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0484F is #3FB7B0. Grayscale: #6C6C6C. Windows color (decimal): -4175793 or 5195968. OLE color: 5195968.

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

Color convert

RGB 192 72 79 -
CMYK 0 0.63 0.59 0.25
HSL 356.5º 0.49% 0.52% -
HSV(B) 356.5º 0.63% 0.75% -
XYZ 25.47 16.41 9.22 -
YUV 108.68 111.26 187.43 -
System Red Green Blue C M Y K H S L
Decimal 192 72 79 0 0.63 0.59 0.25 356.5 0.49 0.52
Hex C0 48 4F 0 3F 3B 19 164 31 34
Octal 300 110 117 0 77 73 31 544 61 64
Binary 11000000 1001000 1001111 0 111111 111011 11001 101100100 110001 110100

Color Harmonies of #C0484F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0484F

Black with #C0484F

Text Example


Text Example

White with #C0484F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0484F; }

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

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

background-color css

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

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

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

border-color css

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

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

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