Html Css Color HEX #C34251 Mandy

📋 copy color: '#C34251'

red 195 ◦ green 66 ◦ blue 81

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

Shades of Mandy #C34251

Tints of Mandy #C34251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 23.68%

R = 57.02%
G = 19.3%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C34251 (or 0xC34251) is known color: Mandy. HEX triplet: C3, 42 and 51. RGB value is (195,66,81). Sum of RGB (Red+Green+Blue) = 195+66+81=342 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.02% from 342); Green value is 66 (26.17% from 255 or 19.30% from 342); Blue value is 81 (32.03% from 255 or 23.68% from 342); Max value from RGB is 195 - color contains mainly: red. Hex color #C34251 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34251 is #3CBDAE. Grayscale: #6A6A6A. Windows color (decimal): -3980719 or 5325507. OLE color: 5325507.

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

Color convert

RGB 195 66 81 -
CMYK 0 0.66 0.58 0.24
HSL 353.02º 0.52% 0.51% -
HSV(B) 353.02º 0.66% 0.76% -
XYZ 25.94 16.09 9.52 -
YUV 106.28 113.74 191.28 -
System Red Green Blue C M Y K H S L
Decimal 195 66 81 0 0.66 0.58 0.24 353.02 0.52 0.51
Hex C3 42 51 0 42 3A 18 161 34 33
Octal 303 102 121 0 102 72 30 541 64 63
Binary 11000011 1000010 1010001 0 1000010 111010 11000 101100001 110100 110011

Color Harmonies of #C34251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34251

Black with #C34251

Text Example


Text Example

White with #C34251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34251; }

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

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

background-color css

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

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

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

border-color css

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

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

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