Html Css Color HEX #C35963 Mandy

📋 copy color: '#C35963'

red 195 ◦ green 89 ◦ blue 99

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

Shades of Mandy #C35963

Tints of Mandy #C35963

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.24%

 BLUE value IS 99 (39.06% from 255) = 25.85%

R = 50.91%
G = 23.24%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C35963 (or 0xC35963) is known color: Mandy. HEX triplet: C3, 59 and 63. RGB value is (195,89,99). Sum of RGB (Red+Green+Blue) = 195+89+99=383 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.91% from 383); Green value is 89 (35.16% from 255 or 23.24% from 383); Blue value is 99 (39.06% from 255 or 25.85% from 383); Max value from RGB is 195 - color contains mainly: red. Hex color #C35963 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35963 is #3CA69C. Grayscale: #797979. Windows color (decimal): -3974813 or 6511043. OLE color: 6511043.

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

Color convert

RGB 195 89 99 -
CMYK 0 0.54 0.49 0.24
HSL 354.34º 0.47% 0.56% -
HSV(B) 354.34º 0.54% 0.76% -
XYZ 28.33 19.65 14.1 -
YUV 121.83 115.12 180.19 -
System Red Green Blue C M Y K H S L
Decimal 195 89 99 0 0.54 0.49 0.24 354.34 0.47 0.56
Hex C3 59 63 0 36 31 18 162 2F 38
Octal 303 131 143 0 66 61 30 542 57 70
Binary 11000011 1011001 1100011 0 110110 110001 11000 101100010 101111 111000

Color Harmonies of #C35963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35963

Black with #C35963

Text Example


Text Example

White with #C35963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35963; }

 p { color: rgb(195,89,99); }

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

background-color css

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

 a { background-color: rgb(195,89,99); }

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

border-color css

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

 span { border-color: rgb(195,89,99); }

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