Html Css Color HEX #C35A60 Mandy

📋 copy color: '#C35A60'

red 195 ◦ green 90 ◦ blue 96

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

Shades of Mandy #C35A60

Tints of Mandy #C35A60

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.62%

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

R = 51.18%
G = 23.62%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C35A60 (or 0xC35A60) is known color: Mandy. HEX triplet: C3, 5A and 60. RGB value is (195,90,96). Sum of RGB (Red+Green+Blue) = 195+90+96=381 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.18% from 381); Green value is 90 (35.55% from 255 or 23.62% from 381); Blue value is 96 (37.89% from 255 or 25.20% from 381); Max value from RGB is 195 - color contains mainly: red. Hex color #C35A60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35A60 is #3CA59F. Grayscale: #7A7A7A. Windows color (decimal): -3974560 or 6314691. OLE color: 6314691.

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

Color convert

RGB 195 90 96 -
CMYK 0 0.54 0.51 0.24
HSL 356.57º 0.47% 0.56% -
HSV(B) 356.57º 0.54% 0.76% -
XYZ 28.27 19.76 13.39 -
YUV 122.08 113.29 180.01 -
System Red Green Blue C M Y K H S L
Decimal 195 90 96 0 0.54 0.51 0.24 356.57 0.47 0.56
Hex C3 5A 60 0 36 33 18 165 2F 38
Octal 303 132 140 0 66 63 30 545 57 70
Binary 11000011 1011010 1100000 0 110110 110011 11000 101100101 101111 111000

Color Harmonies of #C35A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35A60

Black with #C35A60

Text Example


Text Example

White with #C35A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35A60; }

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

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

background-color css

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

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

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

border-color css

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

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

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