Html Css Color HEX #C34A4B Mandy

📋 copy color: '#C34A4B'

red 195 ◦ green 74 ◦ blue 75

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

Shades of Mandy #C34A4B

Tints of Mandy #C34A4B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.51%

 BLUE value IS 75 (29.69% from 255) = 21.8%

R = 56.69%
G = 21.51%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C34A4B (or 0xC34A4B) is known color: Mandy. HEX triplet: C3, 4A and 4B. RGB value is (195,74,75). Sum of RGB (Red+Green+Blue) = 195+74+75=344 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.69% from 344); Green value is 74 (29.30% from 255 or 21.51% from 344); Blue value is 75 (29.69% from 255 or 21.80% from 344); Max value from RGB is 195 - color contains mainly: red. Hex color #C34A4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34A4B is #3CB5B4. Grayscale: #6E6E6E. Windows color (decimal): -3978677 or 4934339. OLE color: 4934339.

HSL color Cylindrical-coordinate representation of color #C34A4B: hue angle of 359.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C34A4B is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 74 75 -
CMYK 0 0.62 0.62 0.24
HSL 359.5º 0.5% 0.53% -
HSV(B) 359.5º 0.62% 0.76% -
XYZ 26.22 17.01 8.56 -
YUV 110.29 108.09 188.42 -
System Red Green Blue C M Y K H S L
Decimal 195 74 75 0 0.62 0.62 0.24 359.5 0.5 0.53
Hex C3 4A 4B 0 3E 3E 18 168 32 35
Octal 303 112 113 0 76 76 30 550 62 65
Binary 11000011 1001010 1001011 0 111110 111110 11000 101101000 110010 110101

Color Harmonies of #C34A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34A4B

Black with #C34A4B

Text Example


Text Example

White with #C34A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34A4B; }

 p { color: rgb(195,74,75); }

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

background-color css

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

 a { background-color: rgb(195,74,75); }

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

border-color css

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

 span { border-color: rgb(195,74,75); }

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