Html Css Color HEX #C04951 Mandy

📋 copy color: '#C04951'

red 192 ◦ green 73 ◦ blue 81

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

Shades of Mandy #C04951

Tints of Mandy #C04951

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 23.41%

R = 55.49%
G = 21.1%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#C04951 (or 0xC04951) is known color: Mandy. HEX triplet: C0, 49 and 51. RGB value is (192,73,81). Sum of RGB (Red+Green+Blue) = 192+73+81=346 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.49% from 346); Green value is 73 (28.91% from 255 or 21.10% from 346); Blue value is 81 (32.03% from 255 or 23.41% from 346); Max value from RGB is 192 - color contains mainly: red. Hex color #C04951 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04951 is #3FB6AE. Grayscale: #6D6D6D. Windows color (decimal): -4175535 or 5327296. OLE color: 5327296.

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

Color convert

RGB 192 73 81 -
CMYK 0 0.62 0.58 0.25
HSL 355.97º 0.49% 0.52% -
HSV(B) 355.97º 0.62% 0.75% -
XYZ 25.61 16.57 9.63 -
YUV 109.49 111.92 186.85 -
System Red Green Blue C M Y K H S L
Decimal 192 73 81 0 0.62 0.58 0.25 355.97 0.49 0.52
Hex C0 49 51 0 3E 3A 19 164 31 34
Octal 300 111 121 0 76 72 31 544 61 64
Binary 11000000 1001001 1010001 0 111110 111010 11001 101100100 110001 110100

Color Harmonies of #C04951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04951

Black with #C04951

Text Example


Text Example

White with #C04951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04951; }

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

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

background-color css

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

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

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

border-color css

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

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

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