Html Css Color HEX #C35160 Mandy

📋 copy color: '#C35160'

red 195 ◦ green 81 ◦ blue 96

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

Shades of Mandy #C35160

Tints of Mandy #C35160

RGB

 RED value IS 195 (76.56% from 255) = 52.42%

 GREEN value IS 81 (32.03% from 255) = 21.77%

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

R = 52.42%
G = 21.77%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C35160 (or 0xC35160) is known color: Mandy. HEX triplet: C3, 51 and 60. RGB value is (195,81,96). Sum of RGB (Red+Green+Blue) = 195+81+96=372 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.42% from 372); Green value is 81 (32.03% from 255 or 21.77% from 372); Blue value is 96 (37.89% from 255 or 25.81% from 372); Max value from RGB is 195 - color contains mainly: red. Hex color #C35160 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35160 is #3CAE9F. Grayscale: #747474. Windows color (decimal): -3976864 or 6312387. OLE color: 6312387.

HSL color Cylindrical-coordinate representation of color #C35160: hue angle of 352.11º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C35160 is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 81 96 -
CMYK 0 0.58 0.51 0.24
HSL 352.11º 0.49% 0.54% -
HSV(B) 352.11º 0.58% 0.76% -
XYZ 27.56 18.33 13.15 -
YUV 116.8 116.27 183.78 -
System Red Green Blue C M Y K H S L
Decimal 195 81 96 0 0.58 0.51 0.24 352.11 0.49 0.54
Hex C3 51 60 0 3A 33 18 160 31 36
Octal 303 121 140 0 72 63 30 540 61 66
Binary 11000011 1010001 1100000 0 111010 110011 11000 101100000 110001 110110

Color Harmonies of #C35160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35160

Black with #C35160

Text Example


Text Example

White with #C35160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35160; }

 p { color: rgb(195,81,96); }

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

background-color css

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

 a { background-color: rgb(195,81,96); }

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

border-color css

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

 span { border-color: rgb(195,81,96); }

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