Html Css Color HEX #C34960 Mandy

📋 copy color: '#C34960'

red 195 ◦ green 73 ◦ blue 96

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

Shades of Mandy #C34960

Tints of Mandy #C34960

RGB

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

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

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

R = 53.57%
G = 20.05%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C34960 (or 0xC34960) is known color: Mandy. HEX triplet: C3, 49 and 60. RGB value is (195,73,96). Sum of RGB (Red+Green+Blue) = 195+73+96=364 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.57% from 364); Green value is 73 (28.91% from 255 or 20.05% from 364); Blue value is 96 (37.89% from 255 or 26.37% from 364); Max value from RGB is 195 - color contains mainly: red. Hex color #C34960 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34960 is #3CB69F. Grayscale: #707070. Windows color (decimal): -3978912 or 6310339. OLE color: 6310339.

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

Color convert

RGB 195 73 96 -
CMYK 0 0.63 0.51 0.24
HSL 348.69º 0.5% 0.53% -
HSV(B) 348.69º 0.63% 0.76% -
XYZ 27 17.21 12.97 -
YUV 112.1 118.92 187.13 -
System Red Green Blue C M Y K H S L
Decimal 195 73 96 0 0.63 0.51 0.24 348.69 0.5 0.53
Hex C3 49 60 0 3F 33 18 15D 32 35
Octal 303 111 140 0 77 63 30 535 62 65
Binary 11000011 1001001 1100000 0 111111 110011 11000 101011101 110010 110101

Color Harmonies of #C34960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34960

Black with #C34960

Text Example


Text Example

White with #C34960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34960; }

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

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

background-color css

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

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

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

border-color css

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

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

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