Html Css Color HEX #C34259 Mandy

📋 copy color: '#C34259'

red 195 ◦ green 66 ◦ blue 89

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

Shades of Mandy #C34259

Tints of Mandy #C34259

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.86%

 BLUE value IS 89 (35.16% from 255) = 25.43%

R = 55.71%
G = 18.86%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C34259 (or 0xC34259) is known color: Mandy. HEX triplet: C3, 42 and 59. RGB value is (195,66,89). Sum of RGB (Red+Green+Blue) = 195+66+89=350 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.71% from 350); Green value is 66 (26.17% from 255 or 18.86% from 350); Blue value is 89 (35.16% from 255 or 25.43% from 350); Max value from RGB is 195 - color contains mainly: red. Hex color #C34259 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34259 is #3CBDA6. Grayscale: #6B6B6B. Windows color (decimal): -3980711 or 5849795. OLE color: 5849795.

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

Color convert

RGB 195 66 89 -
CMYK 0 0.66 0.54 0.24
HSL 349.3º 0.52% 0.51% -
HSV(B) 349.3º 0.66% 0.76% -
XYZ 26.26 16.22 11.2 -
YUV 107.19 117.74 190.63 -
System Red Green Blue C M Y K H S L
Decimal 195 66 89 0 0.66 0.54 0.24 349.3 0.52 0.51
Hex C3 42 59 0 42 36 18 15D 34 33
Octal 303 102 131 0 102 66 30 535 64 63
Binary 11000011 1000010 1011001 0 1000010 110110 11000 101011101 110100 110011

Color Harmonies of #C34259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34259

Black with #C34259

Text Example


Text Example

White with #C34259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34259; }

 p { color: rgb(195,66,89); }

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

background-color css

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

 a { background-color: rgb(195,66,89); }

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

border-color css

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

 span { border-color: rgb(195,66,89); }

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