Html Css Color HEX #C34C4D Mandy

📋 copy color: '#C34C4D'

red 195 ◦ green 76 ◦ blue 77

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

Shades of Mandy #C34C4D

Tints of Mandy #C34C4D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.84%

 BLUE value IS 77 (30.47% from 255) = 22.13%

R = 56.03%
G = 21.84%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C34C4D (or 0xC34C4D) is known color: Mandy. HEX triplet: C3, 4C and 4D. RGB value is (195,76,77). Sum of RGB (Red+Green+Blue) = 195+76+77=348 (46% of max value = 765). Red value is 195 (76.56% from 255 or 56.03% from 348); Green value is 76 (30.08% from 255 or 21.84% from 348); Blue value is 77 (30.47% from 255 or 22.13% from 348); Max value from RGB is 195 - color contains mainly: red. Hex color #C34C4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34C4D is #3CB3B2. Grayscale: #6F6F6F. Windows color (decimal): -3978163 or 5065923. OLE color: 5065923.

HSL color Cylindrical-coordinate representation of color #C34C4D: 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.61%. Process color model (Four color, CMYK) of #C34C4D is Cyan = 0, Magento = 0.61, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 76 77 -
CMYK 0 0.61 0.61 0.24
HSL 359.5º 0.5% 0.53% -
HSV(B) 359.5º 0.61% 0.76% -
XYZ 26.43 17.31 8.97 -
YUV 111.7 108.42 187.42 -
System Red Green Blue C M Y K H S L
Decimal 195 76 77 0 0.61 0.61 0.24 359.5 0.5 0.53
Hex C3 4C 4D 0 3D 3D 18 167 32 35
Octal 303 114 115 0 75 75 30 547 62 65
Binary 11000011 1001100 1001101 0 111101 111101 11000 101100111 110010 110101

Color Harmonies of #C34C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34C4D

Black with #C34C4D

Text Example


Text Example

White with #C34C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34C4D; }

 p { color: rgb(195,76,77); }

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

background-color css

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

 a { background-color: rgb(195,76,77); }

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

border-color css

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

 span { border-color: rgb(195,76,77); }

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