Html Css Color HEX #C34F57 Mandy

📋 copy color: '#C34F57'

red 195 ◦ green 79 ◦ blue 87

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

Shades of Mandy #C34F57

Tints of Mandy #C34F57

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.88%

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

R = 54.02%
G = 21.88%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C34F57 (or 0xC34F57) is known color: Mandy. HEX triplet: C3, 4F and 57. RGB value is (195,79,87). Sum of RGB (Red+Green+Blue) = 195+79+87=361 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.02% from 361); Green value is 79 (31.25% from 255 or 21.88% from 361); Blue value is 87 (34.38% from 255 or 24.10% from 361); Max value from RGB is 195 - color contains mainly: red. Hex color #C34F57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C34F57 is #3CB0A8. Grayscale: #727272. Windows color (decimal): -3977385 or 5722051. OLE color: 5722051.

HSL color Cylindrical-coordinate representation of color #C34F57: hue angle of 355.86º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C34F57 is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 79 87 -
CMYK 0 0.59 0.55 0.24
HSL 355.86º 0.49% 0.54% -
HSV(B) 355.86º 0.59% 0.76% -
XYZ 27.02 17.88 11.04 -
YUV 114.6 112.43 185.35 -
System Red Green Blue C M Y K H S L
Decimal 195 79 87 0 0.59 0.55 0.24 355.86 0.49 0.54
Hex C3 4F 57 0 3B 37 18 164 31 36
Octal 303 117 127 0 73 67 30 544 61 66
Binary 11000011 1001111 1010111 0 111011 110111 11000 101100100 110001 110110

Color Harmonies of #C34F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34F57

Black with #C34F57

Text Example


Text Example

White with #C34F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34F57; }

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

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

background-color css

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

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

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

border-color css

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

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

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