Html Css Color HEX #C05A5B Mandy

📋 copy color: '#C05A5B'

red 192 ◦ green 90 ◦ blue 91

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

Shades of Mandy #C05A5B

Tints of Mandy #C05A5B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.13%

 BLUE value IS 91 (35.94% from 255) = 24.4%

R = 51.47%
G = 24.13%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#C05A5B (or 0xC05A5B) is known color: Mandy. HEX triplet: C0, 5A and 5B. RGB value is (192,90,91). Sum of RGB (Red+Green+Blue) = 192+90+91=373 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.47% from 373); Green value is 90 (35.55% from 255 or 24.13% from 373); Blue value is 91 (35.94% from 255 or 24.40% from 373); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05A5B is #3FA5A4. Grayscale: #787878. Windows color (decimal): -4171173 or 5987008. OLE color: 5987008.

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

Color convert

RGB 192 90 91 -
CMYK 0 0.53 0.53 0.25
HSL 359.41º 0.45% 0.55% -
HSV(B) 359.41º 0.53% 0.75% -
XYZ 27.28 19.27 12.18 -
YUV 120.61 111.29 178.92 -
System Red Green Blue C M Y K H S L
Decimal 192 90 91 0 0.53 0.53 0.25 359.41 0.45 0.55
Hex C0 5A 5B 0 35 35 19 167 2D 37
Octal 300 132 133 0 65 65 31 547 55 67
Binary 11000000 1011010 1011011 0 110101 110101 11001 101100111 101101 110111

Color Harmonies of #C05A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05A5B

Black with #C05A5B

Text Example


Text Example

White with #C05A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05A5B; }

 p { color: rgb(192,90,91); }

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

background-color css

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

 a { background-color: rgb(192,90,91); }

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

border-color css

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

 span { border-color: rgb(192,90,91); }

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