Html Css Color HEX #C04750 Mandy

📋 copy color: '#C04750'

red 192 ◦ green 71 ◦ blue 80

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

Shades of Mandy #C04750

Tints of Mandy #C04750

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.7%

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

R = 55.98%
G = 20.7%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#C04750 (or 0xC04750) is known color: Mandy. HEX triplet: C0, 47 and 50. RGB value is (192,71,80). Sum of RGB (Red+Green+Blue) = 192+71+80=343 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.98% from 343); Green value is 71 (28.12% from 255 or 20.70% from 343); Blue value is 80 (31.64% from 255 or 23.32% from 343); Max value from RGB is 192 - color contains mainly: red. Hex color #C04750 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04750 is #3FB8AF. Grayscale: #6C6C6C. Windows color (decimal): -4176048 or 5261248. OLE color: 5261248.

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

Color convert

RGB 192 71 80 -
CMYK 0 0.63 0.58 0.25
HSL 355.54º 0.49% 0.52% -
HSV(B) 355.54º 0.63% 0.75% -
XYZ 25.44 16.29 9.39 -
YUV 108.21 112.09 187.77 -
System Red Green Blue C M Y K H S L
Decimal 192 71 80 0 0.63 0.58 0.25 355.54 0.49 0.52
Hex C0 47 50 0 3F 3A 19 164 31 34
Octal 300 107 120 0 77 72 31 544 61 64
Binary 11000000 1000111 1010000 0 111111 111010 11001 101100100 110001 110100

Color Harmonies of #C04750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04750

Black with #C04750

Text Example


Text Example

White with #C04750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04750; }

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

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

background-color css

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

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

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

border-color css

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

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

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