Html Css Color HEX #C05259 Mandy

📋 copy color: '#C05259'

red 192 ◦ green 82 ◦ blue 89

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

Shades of Mandy #C05259

Tints of Mandy #C05259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 24.52%

R = 52.89%
G = 22.59%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#C05259 (or 0xC05259) is known color: Mandy. HEX triplet: C0, 52 and 59. RGB value is (192,82,89). Sum of RGB (Red+Green+Blue) = 192+82+89=363 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.89% from 363); Green value is 82 (32.42% from 255 or 22.59% from 363); Blue value is 89 (35.16% from 255 or 24.52% from 363); Max value from RGB is 192 - color contains mainly: red. Hex color #C05259 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05259 is #3FADA6. Grayscale: #737373. Windows color (decimal): -4173223 or 5853888. OLE color: 5853888.

HSL color Cylindrical-coordinate representation of color #C05259: hue angle of 356.18º 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 #C05259 is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 82 89 -
CMYK 0 0.57 0.54 0.25
HSL 356.18º 0.47% 0.54% -
HSV(B) 356.18º 0.57% 0.75% -
XYZ 26.56 17.96 11.52 -
YUV 115.69 112.94 182.43 -
System Red Green Blue C M Y K H S L
Decimal 192 82 89 0 0.57 0.54 0.25 356.18 0.47 0.54
Hex C0 52 59 0 39 36 19 164 2F 36
Octal 300 122 131 0 71 66 31 544 57 66
Binary 11000000 1010010 1011001 0 111001 110110 11001 101100100 101111 110110

Color Harmonies of #C05259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05259

Black with #C05259

Text Example


Text Example

White with #C05259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05259; }

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

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

background-color css

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

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

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

border-color css

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

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

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