Html Css Color HEX #C0535D Mandy

📋 copy color: '#C0535D'

red 192 ◦ green 83 ◦ blue 93

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

Shades of Mandy #C0535D

Tints of Mandy #C0535D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.27%

R = 52.17%
G = 22.55%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#C0535D (or 0xC0535D) is known color: Mandy. HEX triplet: C0, 53 and 5D. RGB value is (192,83,93). Sum of RGB (Red+Green+Blue) = 192+83+93=368 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.17% from 368); Green value is 83 (32.81% from 255 or 22.55% from 368); Blue value is 93 (36.72% from 255 or 25.27% from 368); Max value from RGB is 192 - color contains mainly: red. Hex color #C0535D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0535D is #3FACA2. Grayscale: #747474. Windows color (decimal): -4172963 or 6116288. OLE color: 6116288.

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

Color convert

RGB 192 83 93 -
CMYK 0 0.57 0.52 0.25
HSL 354.5º 0.46% 0.54% -
HSV(B) 354.5º 0.57% 0.75% -
XYZ 26.81 18.18 12.45 -
YUV 116.73 114.61 181.69 -
System Red Green Blue C M Y K H S L
Decimal 192 83 93 0 0.57 0.52 0.25 354.5 0.46 0.54
Hex C0 53 5D 0 39 34 19 162 2E 36
Octal 300 123 135 0 71 64 31 542 56 66
Binary 11000000 1010011 1011101 0 111001 110100 11001 101100010 101110 110110

Color Harmonies of #C0535D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0535D

Black with #C0535D

Text Example


Text Example

White with #C0535D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0535D; }

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

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

background-color css

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

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

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

border-color css

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

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

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