Html Css Color HEX #C34955 Mandy

📋 copy color: '#C34955'

red 195 ◦ green 73 ◦ blue 85

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

Shades of Mandy #C34955

Tints of Mandy #C34955

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.68%

 BLUE value IS 85 (33.59% from 255) = 24.08%

R = 55.24%
G = 20.68%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C34955 (or 0xC34955) is known color: Mandy. HEX triplet: C3, 49 and 55. RGB value is (195,73,85). Sum of RGB (Red+Green+Blue) = 195+73+85=353 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.24% from 353); Green value is 73 (28.91% from 255 or 20.68% from 353); Blue value is 85 (33.59% from 255 or 24.08% from 353); Max value from RGB is 195 - color contains mainly: red. Hex color #C34955 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34955 is #3CB6AA. Grayscale: #6E6E6E. Windows color (decimal): -3978923 or 5589443. OLE color: 5589443.

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

Color convert

RGB 195 73 85 -
CMYK 0 0.63 0.56 0.24
HSL 354.1º 0.5% 0.53% -
HSV(B) 354.1º 0.63% 0.76% -
XYZ 26.53 17.02 10.48 -
YUV 110.85 113.42 188.02 -
System Red Green Blue C M Y K H S L
Decimal 195 73 85 0 0.63 0.56 0.24 354.1 0.5 0.53
Hex C3 49 55 0 3F 38 18 162 32 35
Octal 303 111 125 0 77 70 30 542 62 65
Binary 11000011 1001001 1010101 0 111111 111000 11000 101100010 110010 110101

Color Harmonies of #C34955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34955

Black with #C34955

Text Example


Text Example

White with #C34955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34955; }

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

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

background-color css

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

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

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

border-color css

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

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

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