Html Css Color HEX #C05355 Mandy

📋 copy color: '#C05355'

red 192 ◦ green 83 ◦ blue 85

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

Shades of Mandy #C05355

Tints of Mandy #C05355

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.06%

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

R = 53.33%
G = 23.06%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#C05355 (or 0xC05355) is known color: Mandy. HEX triplet: C0, 53 and 55. RGB value is (192,83,85). Sum of RGB (Red+Green+Blue) = 192+83+85=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 83 (32.81% from 255 or 23.06% from 360); Blue value is 85 (33.59% from 255 or 23.61% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C05355 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05355 is #3FACAA. Grayscale: #737373. Windows color (decimal): -4172971 or 5592000. OLE color: 5592000.

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

Color convert

RGB 192 83 85 -
CMYK 0 0.57 0.56 0.25
HSL 358.9º 0.46% 0.54% -
HSV(B) 358.9º 0.57% 0.75% -
XYZ 26.47 18.05 10.68 -
YUV 115.82 110.61 182.34 -
System Red Green Blue C M Y K H S L
Decimal 192 83 85 0 0.57 0.56 0.25 358.9 0.46 0.54
Hex C0 53 55 0 39 38 19 167 2E 36
Octal 300 123 125 0 71 70 31 547 56 66
Binary 11000000 1010011 1010101 0 111001 111000 11001 101100111 101110 110110

Color Harmonies of #C05355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05355

Black with #C05355

Text Example


Text Example

White with #C05355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05355; }

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

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

background-color css

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

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

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

border-color css

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

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

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