Html Css Color HEX #C05360 Mandy

📋 copy color: '#C05360'

red 192 ◦ green 83 ◦ blue 96

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

Shades of Mandy #C05360

Tints of Mandy #C05360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 25.88%

R = 51.75%
G = 22.37%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#C05360 (or 0xC05360) is known color: Mandy. HEX triplet: C0, 53 and 60. RGB value is (192,83,96). Sum of RGB (Red+Green+Blue) = 192+83+96=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 83 (32.81% from 255 or 22.37% from 371); Blue value is 96 (37.89% from 255 or 25.88% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C05360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05360 is #3FAC9F. Grayscale: #757575. Windows color (decimal): -4172960 or 6312896. OLE color: 6312896.

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

Color convert

RGB 192 83 96 -
CMYK 0 0.57 0.50 0.25
HSL 352.84º 0.46% 0.54% -
HSV(B) 352.84º 0.57% 0.75% -
XYZ 26.94 18.24 13.17 -
YUV 117.07 116.11 181.44 -
System Red Green Blue C M Y K H S L
Decimal 192 83 96 0 0.57 0.50 0.25 352.84 0.46 0.54
Hex C0 53 60 0 39 32 19 161 2E 36
Octal 300 123 140 0 71 62 31 541 56 66
Binary 11000000 1010011 1100000 0 111001 110010 11001 101100001 101110 110110

Color Harmonies of #C05360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05360

Black with #C05360

Text Example


Text Example

White with #C05360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05360; }

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

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

background-color css

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

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

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

border-color css

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

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

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