Html Css Color HEX #C35360 Mandy

📋 copy color: '#C35360'

red 195 ◦ green 83 ◦ blue 96

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

Shades of Mandy #C35360

Tints of Mandy #C35360

RGB

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

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

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

R = 52.14%
G = 22.19%
B = 25.67%

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

#C35360 (or 0xC35360) is known color: Mandy. HEX triplet: C3, 53 and 60. RGB value is (195,83,96). Sum of RGB (Red+Green+Blue) = 195+83+96=374 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.14% from 374); Green value is 83 (32.81% from 255 or 22.19% from 374); Blue value is 96 (37.89% from 255 or 25.67% from 374); Max value from RGB is 195 - color contains mainly: red. Hex color #C35360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35360 is #3CAC9F. Grayscale: #767676. Windows color (decimal): -3976352 or 6312899. OLE color: 6312899.

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

Color convert

RGB 195 83 96 -
CMYK 0 0.57 0.51 0.24
HSL 353.04º 0.48% 0.55% -
HSV(B) 353.04º 0.57% 0.76% -
XYZ 27.71 18.63 13.2 -
YUV 117.97 115.61 182.94 -
System Red Green Blue C M Y K H S L
Decimal 195 83 96 0 0.57 0.51 0.24 353.04 0.48 0.55
Hex C3 53 60 0 39 33 18 161 30 37
Octal 303 123 140 0 71 63 30 541 60 67
Binary 11000011 1010011 1100000 0 111001 110011 11000 101100001 110000 110111

Color Harmonies of #C35360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35360

Black with #C35360

Text Example


Text Example

White with #C35360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35360; }

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

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

background-color css

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

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

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

border-color css

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

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

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