Html Css Color HEX #C05861 Mandy

📋 copy color: '#C05861'

red 192 ◦ green 88 ◦ blue 97

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

Shades of Mandy #C05861

Tints of Mandy #C05861

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.34%

 BLUE value IS 97 (38.28% from 255) = 25.73%

R = 50.93%
G = 23.34%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#C05861 (or 0xC05861) is known color: Mandy. HEX triplet: C0, 58 and 61. RGB value is (192,88,97). Sum of RGB (Red+Green+Blue) = 192+88+97=377 (49% of max value = 765). Red value is 192 (75.39% from 255 or 50.93% from 377); Green value is 88 (34.77% from 255 or 23.34% from 377); Blue value is 97 (38.28% from 255 or 25.73% from 377); Max value from RGB is 192 - color contains mainly: red. Hex color #C05861 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05861 is #3FA79E. Grayscale: #787878. Windows color (decimal): -4171679 or 6379712. OLE color: 6379712.

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

Color convert

RGB 192 88 97 -
CMYK 0 0.54 0.49 0.25
HSL 354.81º 0.45% 0.55% -
HSV(B) 354.81º 0.54% 0.75% -
XYZ 27.39 19.05 13.54 -
YUV 120.12 114.96 179.27 -
System Red Green Blue C M Y K H S L
Decimal 192 88 97 0 0.54 0.49 0.25 354.81 0.45 0.55
Hex C0 58 61 0 36 31 19 163 2D 37
Octal 300 130 141 0 66 61 31 543 55 67
Binary 11000000 1011000 1100001 0 110110 110001 11001 101100011 101101 110111

Color Harmonies of #C05861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05861

Black with #C05861

Text Example


Text Example

White with #C05861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05861; }

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

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

background-color css

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

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

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

border-color css

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

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

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