Html Css Color HEX #C34748 Mandy

📋 copy color: '#C34748'

red 195 ◦ green 71 ◦ blue 72

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

Shades of Mandy #C34748

Tints of Mandy #C34748

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.01%

 BLUE value IS 72 (28.52% from 255) = 21.3%

R = 57.69%
G = 21.01%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C34748 (or 0xC34748) is known color: Mandy. HEX triplet: C3, 47 and 48. RGB value is (195,71,72). Sum of RGB (Red+Green+Blue) = 195+71+72=338 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.69% from 338); Green value is 71 (28.12% from 255 or 21.01% from 338); Blue value is 72 (28.52% from 255 or 21.30% from 338); Max value from RGB is 195 - color contains mainly: red. Hex color #C34748 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34748 is #3CB8B7. Grayscale: #6C6C6C. Windows color (decimal): -3979448 or 4736963. OLE color: 4736963.

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

Color convert

RGB 195 71 72 -
CMYK 0 0.64 0.63 0.24
HSL 359.52º 0.51% 0.52% -
HSV(B) 359.52º 0.64% 0.76% -
XYZ 25.93 16.58 7.96 -
YUV 108.19 107.58 189.92 -
System Red Green Blue C M Y K H S L
Decimal 195 71 72 0 0.64 0.63 0.24 359.52 0.51 0.52
Hex C3 47 48 0 40 3F 18 168 33 34
Octal 303 107 110 0 100 77 30 550 63 64
Binary 11000011 1000111 1001000 0 1000000 111111 11000 101101000 110011 110100

Color Harmonies of #C34748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34748

Black with #C34748

Text Example


Text Example

White with #C34748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34748; }

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

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

background-color css

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

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

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

border-color css

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

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

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