Html Css Color HEX #C34E52 Mandy

📋 copy color: '#C34E52'

red 195 ◦ green 78 ◦ blue 82

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

Shades of Mandy #C34E52

Tints of Mandy #C34E52

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.97%

 BLUE value IS 82 (32.42% from 255) = 23.1%

R = 54.93%
G = 21.97%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C34E52 (or 0xC34E52) is known color: Mandy. HEX triplet: C3, 4E and 52. RGB value is (195,78,82). Sum of RGB (Red+Green+Blue) = 195+78+82=355 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.93% from 355); Green value is 78 (30.86% from 255 or 21.97% from 355); Blue value is 82 (32.42% from 255 or 23.10% from 355); Max value from RGB is 195 - color contains mainly: red. Hex color #C34E52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C34E52 is #3CB1AD. Grayscale: #717171. Windows color (decimal): -3977646 or 5394115. OLE color: 5394115.

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

Color convert

RGB 195 78 82 -
CMYK 0 0.6 0.58 0.24
HSL 357.95º 0.49% 0.54% -
HSV(B) 357.95º 0.6% 0.76% -
XYZ 26.75 17.66 9.98 -
YUV 113.44 110.26 186.17 -
System Red Green Blue C M Y K H S L
Decimal 195 78 82 0 0.6 0.58 0.24 357.95 0.49 0.54
Hex C3 4E 52 0 3C 3A 18 166 31 36
Octal 303 116 122 0 74 72 30 546 61 66
Binary 11000011 1001110 1010010 0 111100 111010 11000 101100110 110001 110110

Color Harmonies of #C34E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34E52

Black with #C34E52

Text Example


Text Example

White with #C34E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34E52; }

 p { color: rgb(195,78,82); }

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

background-color css

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

 a { background-color: rgb(195,78,82); }

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

border-color css

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

 span { border-color: rgb(195,78,82); }

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