Html Css Color HEX #C34257 Mandy

📋 copy color: '#C34257'

red 195 ◦ green 66 ◦ blue 87

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

Shades of Mandy #C34257

Tints of Mandy #C34257

RGB

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

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

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

R = 56.03%
G = 18.97%
B = 25%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C34257 (or 0xC34257) is known color: Mandy. HEX triplet: C3, 42 and 57. RGB value is (195,66,87). Sum of RGB (Red+Green+Blue) = 195+66+87=348 (46% of max value = 765). Red value is 195 (76.56% from 255 or 56.03% from 348); Green value is 66 (26.17% from 255 or 18.97% from 348); Blue value is 87 (34.38% from 255 or 25% from 348); Max value from RGB is 195 - color contains mainly: red. Hex color #C34257 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34257 is #3CBDA8. Grayscale: #6B6B6B. Windows color (decimal): -3980713 or 5718723. OLE color: 5718723.

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

Color convert

RGB 195 66 87 -
CMYK 0 0.66 0.55 0.24
HSL 350.23º 0.52% 0.51% -
HSV(B) 350.23º 0.66% 0.76% -
XYZ 26.17 16.19 10.76 -
YUV 106.97 116.74 190.79 -
System Red Green Blue C M Y K H S L
Decimal 195 66 87 0 0.66 0.55 0.24 350.23 0.52 0.51
Hex C3 42 57 0 42 37 18 15E 34 33
Octal 303 102 127 0 102 67 30 536 64 63
Binary 11000011 1000010 1010111 0 1000010 110111 11000 101011110 110100 110011

Color Harmonies of #C34257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34257

Black with #C34257

Text Example


Text Example

White with #C34257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34257; }

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

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

background-color css

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

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

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

border-color css

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

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

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