Html Css Color HEX #C34649 Mandy

📋 copy color: '#C34649'

red 195 ◦ green 70 ◦ blue 73

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

Shades of Mandy #C34649

Tints of Mandy #C34649

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.71%

 BLUE value IS 73 (28.91% from 255) = 21.6%

R = 57.69%
G = 20.71%
B = 21.6%

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

#C34649 (or 0xC34649) is known color: Mandy. HEX triplet: C3, 46 and 49. RGB value is (195,70,73). Sum of RGB (Red+Green+Blue) = 195+70+73=338 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.69% from 338); Green value is 70 (27.73% from 255 or 20.71% from 338); Blue value is 73 (28.91% from 255 or 21.60% from 338); Max value from RGB is 195 - color contains mainly: red. Hex color #C34649 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34649 is #3CB9B6. Grayscale: #6B6B6B. Windows color (decimal): -3979703 or 4802243. OLE color: 4802243.

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

Color convert

RGB 195 70 73 -
CMYK 0 0.64 0.63 0.24
HSL 358.56º 0.51% 0.52% -
HSV(B) 358.56º 0.64% 0.76% -
XYZ 25.9 16.46 8.12 -
YUV 107.72 108.41 190.26 -
System Red Green Blue C M Y K H S L
Decimal 195 70 73 0 0.64 0.63 0.24 358.56 0.51 0.52
Hex C3 46 49 0 40 3F 18 167 33 34
Octal 303 106 111 0 100 77 30 547 63 64
Binary 11000011 1000110 1001001 0 1000000 111111 11000 101100111 110011 110100

Color Harmonies of #C34649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34649

Black with #C34649

Text Example


Text Example

White with #C34649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34649; }

 p { color: rgb(195,70,73); }

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

background-color css

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

 a { background-color: rgb(195,70,73); }

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

border-color css

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

 span { border-color: rgb(195,70,73); }

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