Html Css Color HEX #C05257 Mandy

📋 copy color: '#C05257'

red 192 ◦ green 82 ◦ blue 87

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

Shades of Mandy #C05257

Tints of Mandy #C05257

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.71%

 BLUE value IS 87 (34.38% from 255) = 24.1%

R = 53.19%
G = 22.71%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#C05257 (or 0xC05257) is known color: Mandy. HEX triplet: C0, 52 and 57. RGB value is (192,82,87). Sum of RGB (Red+Green+Blue) = 192+82+87=361 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.19% from 361); Green value is 82 (32.42% from 255 or 22.71% from 361); Blue value is 87 (34.38% from 255 or 24.10% from 361); Max value from RGB is 192 - color contains mainly: red. Hex color #C05257 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05257 is #3FADA8. Grayscale: #737373. Windows color (decimal): -4173225 or 5722816. OLE color: 5722816.

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

Color convert

RGB 192 82 87 -
CMYK 0 0.57 0.55 0.25
HSL 357.27º 0.47% 0.54% -
HSV(B) 357.27º 0.57% 0.75% -
XYZ 26.48 17.93 11.08 -
YUV 115.46 111.94 182.59 -
System Red Green Blue C M Y K H S L
Decimal 192 82 87 0 0.57 0.55 0.25 357.27 0.47 0.54
Hex C0 52 57 0 39 37 19 165 2F 36
Octal 300 122 127 0 71 67 31 545 57 66
Binary 11000000 1010010 1010111 0 111001 110111 11001 101100101 101111 110110

Color Harmonies of #C05257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05257

Black with #C05257

Text Example


Text Example

White with #C05257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05257; }

 p { color: rgb(192,82,87); }

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

background-color css

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

 a { background-color: rgb(192,82,87); }

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

border-color css

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

 span { border-color: rgb(192,82,87); }

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