Html Css Color HEX #C34C56 Mandy

📋 copy color: '#C34C56'

red 195 ◦ green 76 ◦ blue 86

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

Shades of Mandy #C34C56

Tints of Mandy #C34C56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 24.09%

R = 54.62%
G = 21.29%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C34C56 (or 0xC34C56) is known color: Mandy. HEX triplet: C3, 4C and 56. RGB value is (195,76,86). Sum of RGB (Red+Green+Blue) = 195+76+86=357 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.62% from 357); Green value is 76 (30.08% from 255 or 21.29% from 357); Blue value is 86 (33.98% from 255 or 24.09% from 357); Max value from RGB is 195 - color contains mainly: red. Hex color #C34C56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34C56 is #3CB3A9. Grayscale: #707070. Windows color (decimal): -3978154 or 5655747. OLE color: 5655747.

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

Color convert

RGB 195 76 86 -
CMYK 0 0.61 0.56 0.24
HSL 354.96º 0.5% 0.53% -
HSV(B) 354.96º 0.61% 0.76% -
XYZ 26.77 17.44 10.76 -
YUV 112.72 112.92 186.69 -
System Red Green Blue C M Y K H S L
Decimal 195 76 86 0 0.61 0.56 0.24 354.96 0.5 0.53
Hex C3 4C 56 0 3D 38 18 163 32 35
Octal 303 114 126 0 75 70 30 543 62 65
Binary 11000011 1001100 1010110 0 111101 111000 11000 101100011 110010 110101

Color Harmonies of #C34C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34C56

Black with #C34C56

Text Example


Text Example

White with #C34C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34C56; }

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

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

background-color css

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

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

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

border-color css

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

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

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