Html Css Color HEX #C05455 Mandy

📋 copy color: '#C05455'

red 192 ◦ green 84 ◦ blue 85

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

Shades of Mandy #C05455

Tints of Mandy #C05455

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.27%

 BLUE value IS 85 (33.59% from 255) = 23.55%

R = 53.19%
G = 23.27%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#C05455 (or 0xC05455) is known color: Mandy. HEX triplet: C0, 54 and 55. RGB value is (192,84,85). Sum of RGB (Red+Green+Blue) = 192+84+85=361 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.19% from 361); Green value is 84 (33.20% from 255 or 23.27% from 361); Blue value is 85 (33.59% from 255 or 23.55% from 361); Max value from RGB is 192 - color contains mainly: red. Hex color #C05455 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05455 is #3FABAA. Grayscale: #747474. Windows color (decimal): -4172715 or 5592256. OLE color: 5592256.

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

Color convert

RGB 192 84 85 -
CMYK 0 0.56 0.56 0.25
HSL 359.44º 0.46% 0.54% -
HSV(B) 359.44º 0.56% 0.75% -
XYZ 26.55 18.2 10.71 -
YUV 116.41 110.28 181.92 -
System Red Green Blue C M Y K H S L
Decimal 192 84 85 0 0.56 0.56 0.25 359.44 0.46 0.54
Hex C0 54 55 0 38 38 19 167 2E 36
Octal 300 124 125 0 70 70 31 547 56 66
Binary 11000000 1010100 1010101 0 111000 111000 11001 101100111 101110 110110

Color Harmonies of #C05455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05455

Black with #C05455

Text Example


Text Example

White with #C05455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05455; }

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

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

background-color css

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

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

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

border-color css

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

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

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