Html Css Color HEX #C05E5F Mandy

📋 copy color: '#C05E5F'

red 192 ◦ green 94 ◦ blue 95

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

Shades of Mandy #C05E5F

Tints of Mandy #C05E5F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.67%

 BLUE value IS 95 (37.5% from 255) = 24.93%

R = 50.39%
G = 24.67%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#C05E5F (or 0xC05E5F) is known color: Mandy. HEX triplet: C0, 5E and 5F. RGB value is (192,94,95). Sum of RGB (Red+Green+Blue) = 192+94+95=381 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.39% from 381); Green value is 94 (37.11% from 255 or 24.67% from 381); Blue value is 95 (37.5% from 255 or 24.93% from 381); Max value from RGB is 192 - color contains mainly: red. Hex color #C05E5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05E5F is #3FA1A0. Grayscale: #7B7B7B. Windows color (decimal): -4170145 or 6250176. OLE color: 6250176.

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

Color convert

RGB 192 94 95 -
CMYK 0 0.51 0.51 0.25
HSL 359.39º 0.44% 0.56% -
HSV(B) 359.39º 0.51% 0.75% -
XYZ 27.81 20.04 13.23 -
YUV 123.42 111.97 176.92 -
System Red Green Blue C M Y K H S L
Decimal 192 94 95 0 0.51 0.51 0.25 359.39 0.44 0.56
Hex C0 5E 5F 0 33 33 19 167 2C 38
Octal 300 136 137 0 63 63 31 547 54 70
Binary 11000000 1011110 1011111 0 110011 110011 11001 101100111 101100 111000

Color Harmonies of #C05E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05E5F

Black with #C05E5F

Text Example


Text Example

White with #C05E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05E5F; }

 p { color: rgb(192,94,95); }

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

background-color css

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

 a { background-color: rgb(192,94,95); }

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

border-color css

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

 span { border-color: rgb(192,94,95); }

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