Html Css Color HEX #C3495D Mandy

📋 copy color: '#C3495D'

red 195 ◦ green 73 ◦ blue 93

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

Shades of Mandy #C3495D

Tints of Mandy #C3495D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.22%

 BLUE value IS 93 (36.72% from 255) = 25.76%

R = 54.02%
G = 20.22%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C3495D (or 0xC3495D) is known color: Mandy. HEX triplet: C3, 49 and 5D. RGB value is (195,73,93). Sum of RGB (Red+Green+Blue) = 195+73+93=361 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.02% from 361); Green value is 73 (28.91% from 255 or 20.22% from 361); Blue value is 93 (36.72% from 255 or 25.76% from 361); Max value from RGB is 195 - color contains mainly: red. Hex color #C3495D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3495D is #3CB6A2. Grayscale: #6F6F6F. Windows color (decimal): -3978915 or 6113731. OLE color: 6113731.

HSL color Cylindrical-coordinate representation of color #C3495D: hue angle of 350.16º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C3495D is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 73 93 -
CMYK 0 0.63 0.52 0.24
HSL 350.16º 0.5% 0.53% -
HSV(B) 350.16º 0.63% 0.76% -
XYZ 26.86 17.16 12.25 -
YUV 111.76 117.42 187.37 -
System Red Green Blue C M Y K H S L
Decimal 195 73 93 0 0.63 0.52 0.24 350.16 0.5 0.53
Hex C3 49 5D 0 3F 34 18 15E 32 35
Octal 303 111 135 0 77 64 30 536 62 65
Binary 11000011 1001001 1011101 0 111111 110100 11000 101011110 110010 110101

Color Harmonies of #C3495D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3495D

Black with #C3495D

Text Example


Text Example

White with #C3495D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3495D; }

 p { color: rgb(195,73,93); }

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

background-color css

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

 a { background-color: rgb(195,73,93); }

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

border-color css

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

 span { border-color: rgb(195,73,93); }

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