Html Css Color HEX #C34957 Mandy

📋 copy color: '#C34957'

red 195 ◦ green 73 ◦ blue 87

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

Shades of Mandy #C34957

Tints of Mandy #C34957

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 24.51%

R = 54.93%
G = 20.56%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C34957 (or 0xC34957) is known color: Mandy. HEX triplet: C3, 49 and 57. RGB value is (195,73,87). Sum of RGB (Red+Green+Blue) = 195+73+87=355 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.93% from 355); Green value is 73 (28.91% from 255 or 20.56% from 355); Blue value is 87 (34.38% from 255 or 24.51% from 355); Max value from RGB is 195 - color contains mainly: red. Hex color #C34957 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34957 is #3CB6A8. Grayscale: #6F6F6F. Windows color (decimal): -3978921 or 5720515. OLE color: 5720515.

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

Color convert

RGB 195 73 87 -
CMYK 0 0.63 0.55 0.24
HSL 353.11º 0.5% 0.53% -
HSV(B) 353.11º 0.63% 0.76% -
XYZ 26.61 17.06 10.91 -
YUV 111.07 114.42 187.86 -
System Red Green Blue C M Y K H S L
Decimal 195 73 87 0 0.63 0.55 0.24 353.11 0.5 0.53
Hex C3 49 57 0 3F 37 18 161 32 35
Octal 303 111 127 0 77 67 30 541 62 65
Binary 11000011 1001001 1010111 0 111111 110111 11000 101100001 110010 110101

Color Harmonies of #C34957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34957

Black with #C34957

Text Example


Text Example

White with #C34957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34957; }

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

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

background-color css

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

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

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

border-color css

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

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

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