Html Css Color HEX #C34851 Mandy

📋 copy color: '#C34851'

red 195 ◦ green 72 ◦ blue 81

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

Shades of Mandy #C34851

Tints of Mandy #C34851

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.69%

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

R = 56.03%
G = 20.69%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C34851 (or 0xC34851) is known color: Mandy. HEX triplet: C3, 48 and 51. RGB value is (195,72,81). Sum of RGB (Red+Green+Blue) = 195+72+81=348 (46% of max value = 765). Red value is 195 (76.56% from 255 or 56.03% from 348); Green value is 72 (28.52% from 255 or 20.69% from 348); Blue value is 81 (32.03% from 255 or 23.28% from 348); Max value from RGB is 195 - color contains mainly: red. Hex color #C34851 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34851 is #3CB7AE. Grayscale: #6D6D6D. Windows color (decimal): -3979183 or 5327043. OLE color: 5327043.

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

Color convert

RGB 195 72 81 -
CMYK 0 0.63 0.58 0.24
HSL 355.61º 0.51% 0.52% -
HSV(B) 355.61º 0.63% 0.76% -
XYZ 26.31 16.83 9.65 -
YUV 109.8 111.75 188.77 -
System Red Green Blue C M Y K H S L
Decimal 195 72 81 0 0.63 0.58 0.24 355.61 0.51 0.52
Hex C3 48 51 0 3F 3A 18 164 33 34
Octal 303 110 121 0 77 72 30 544 63 64
Binary 11000011 1001000 1010001 0 111111 111010 11000 101100100 110011 110100

Color Harmonies of #C34851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34851

Black with #C34851

Text Example


Text Example

White with #C34851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34851; }

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

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

background-color css

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

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

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

border-color css

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

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

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