Html Css Color HEX #C05158 Mandy

📋 copy color: '#C05158'

red 192 ◦ green 81 ◦ blue 88

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

Shades of Mandy #C05158

Tints of Mandy #C05158

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.44%

 BLUE value IS 88 (34.77% from 255) = 24.38%

R = 53.19%
G = 22.44%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#C05158 (or 0xC05158) is known color: Mandy. HEX triplet: C0, 51 and 58. RGB value is (192,81,88). Sum of RGB (Red+Green+Blue) = 192+81+88=361 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.19% from 361); Green value is 81 (32.03% from 255 or 22.44% from 361); Blue value is 88 (34.77% from 255 or 24.38% from 361); Max value from RGB is 192 - color contains mainly: red. Hex color #C05158 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05158 is #3FAEA7. Grayscale: #737373. Windows color (decimal): -4173480 or 5788096. OLE color: 5788096.

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

Color convert

RGB 192 81 88 -
CMYK 0 0.58 0.54 0.25
HSL 356.22º 0.47% 0.54% -
HSV(B) 356.22º 0.58% 0.75% -
XYZ 26.44 17.8 11.27 -
YUV 114.99 112.77 182.93 -
System Red Green Blue C M Y K H S L
Decimal 192 81 88 0 0.58 0.54 0.25 356.22 0.47 0.54
Hex C0 51 58 0 3A 36 19 164 2F 36
Octal 300 121 130 0 72 66 31 544 57 66
Binary 11000000 1010001 1011000 0 111010 110110 11001 101100100 101111 110110

Color Harmonies of #C05158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05158

Black with #C05158

Text Example


Text Example

White with #C05158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05158; }

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

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

background-color css

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

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

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

border-color css

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

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

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