Html Css Color HEX #C05562 Mandy

📋 copy color: '#C05562'

red 192 ◦ green 85 ◦ blue 98

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

Shades of Mandy #C05562

Tints of Mandy #C05562

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.67%

 BLUE value IS 98 (38.67% from 255) = 26.13%

R = 51.2%
G = 22.67%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#C05562 (or 0xC05562) is known color: Mandy. HEX triplet: C0, 55 and 62. RGB value is (192,85,98). Sum of RGB (Red+Green+Blue) = 192+85+98=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 85 (33.59% from 255 or 22.67% from 375); Blue value is 98 (38.67% from 255 or 26.13% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C05562 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05562 is #3FAA9D. Grayscale: #767676. Windows color (decimal): -4172446 or 6444480. OLE color: 6444480.

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

Color convert

RGB 192 85 98 -
CMYK 0 0.56 0.49 0.25
HSL 352.71º 0.46% 0.54% -
HSV(B) 352.71º 0.56% 0.75% -
XYZ 27.19 18.59 13.71 -
YUV 118.48 116.45 180.44 -
System Red Green Blue C M Y K H S L
Decimal 192 85 98 0 0.56 0.49 0.25 352.71 0.46 0.54
Hex C0 55 62 0 38 31 19 161 2E 36
Octal 300 125 142 0 70 61 31 541 56 66
Binary 11000000 1010101 1100010 0 111000 110001 11001 101100001 101110 110110

Color Harmonies of #C05562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05562

Black with #C05562

Text Example


Text Example

White with #C05562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05562; }

 p { color: rgb(192,85,98); }

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

background-color css

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

 a { background-color: rgb(192,85,98); }

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

border-color css

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

 span { border-color: rgb(192,85,98); }

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