Html Css Color HEX #C04550 Mandy

📋 copy color: '#C04550'

red 192 ◦ green 69 ◦ blue 80

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

Shades of Mandy #C04550

Tints of Mandy #C04550

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.23%

 BLUE value IS 80 (31.64% from 255) = 23.46%

R = 56.3%
G = 20.23%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#C04550 (or 0xC04550) is known color: Mandy. HEX triplet: C0, 45 and 50. RGB value is (192,69,80). Sum of RGB (Red+Green+Blue) = 192+69+80=341 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.30% from 341); Green value is 69 (27.34% from 255 or 20.23% from 341); Blue value is 80 (31.64% from 255 or 23.46% from 341); Max value from RGB is 192 - color contains mainly: red. Hex color #C04550 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04550 is #3FBAAF. Grayscale: #6B6B6B. Windows color (decimal): -4176560 or 5260736. OLE color: 5260736.

HSL color Cylindrical-coordinate representation of color #C04550: hue angle of 354.63º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C04550 is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 69 80 -
CMYK 0 0.64 0.58 0.25
HSL 354.63º 0.49% 0.51% -
HSV(B) 354.63º 0.64% 0.75% -
XYZ 25.31 16.04 9.35 -
YUV 107.03 112.75 188.61 -
System Red Green Blue C M Y K H S L
Decimal 192 69 80 0 0.64 0.58 0.25 354.63 0.49 0.51
Hex C0 45 50 0 40 3A 19 163 31 33
Octal 300 105 120 0 100 72 31 543 61 63
Binary 11000000 1000101 1010000 0 1000000 111010 11001 101100011 110001 110011

Color Harmonies of #C04550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04550

Black with #C04550

Text Example


Text Example

White with #C04550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04550; }

 p { color: rgb(192,69,80); }

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

background-color css

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

 a { background-color: rgb(192,69,80); }

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

border-color css

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

 span { border-color: rgb(192,69,80); }

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