Html Css Color HEX #C35460 Mandy

📋 copy color: '#C35460'

red 195 ◦ green 84 ◦ blue 96

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

Shades of Mandy #C35460

Tints of Mandy #C35460

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.4%

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

R = 52%
G = 22.4%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C35460 (or 0xC35460) is known color: Mandy. HEX triplet: C3, 54 and 60. RGB value is (195,84,96). Sum of RGB (Red+Green+Blue) = 195+84+96=375 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52% from 375); Green value is 84 (33.20% from 255 or 22.4% from 375); Blue value is 96 (37.89% from 255 or 25.6% from 375); Max value from RGB is 195 - color contains mainly: red. Hex color #C35460 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35460 is #3CAB9F. Grayscale: #767676. Windows color (decimal): -3976096 or 6313155. OLE color: 6313155.

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

Color convert

RGB 195 84 96 -
CMYK 0 0.57 0.51 0.24
HSL 353.51º 0.48% 0.55% -
HSV(B) 353.51º 0.57% 0.76% -
XYZ 27.79 18.79 13.23 -
YUV 118.56 115.27 182.52 -
System Red Green Blue C M Y K H S L
Decimal 195 84 96 0 0.57 0.51 0.24 353.51 0.48 0.55
Hex C3 54 60 0 39 33 18 162 30 37
Octal 303 124 140 0 71 63 30 542 60 67
Binary 11000011 1010100 1100000 0 111001 110011 11000 101100010 110000 110111

Color Harmonies of #C35460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35460

Black with #C35460

Text Example


Text Example

White with #C35460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35460; }

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

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

background-color css

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

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

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

border-color css

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

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

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