Html Css Color HEX #C34355 Mandy

📋 copy color: '#C34355'

red 195 ◦ green 67 ◦ blue 85

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

Shades of Mandy #C34355

Tints of Mandy #C34355

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.31%

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

R = 56.2%
G = 19.31%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C34355 (or 0xC34355) is known color: Mandy. HEX triplet: C3, 43 and 55. RGB value is (195,67,85). Sum of RGB (Red+Green+Blue) = 195+67+85=347 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.20% from 347); Green value is 67 (26.56% from 255 or 19.31% from 347); Blue value is 85 (33.59% from 255 or 24.50% from 347); Max value from RGB is 195 - color contains mainly: red. Hex color #C34355 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34355 is #3CBCAA. Grayscale: #6B6B6B. Windows color (decimal): -3980459 or 5587907. OLE color: 5587907.

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

Color convert

RGB 195 67 85 -
CMYK 0 0.66 0.56 0.24
HSL 351.56º 0.52% 0.51% -
HSV(B) 351.56º 0.66% 0.76% -
XYZ 26.15 16.27 10.36 -
YUV 107.32 115.41 190.54 -
System Red Green Blue C M Y K H S L
Decimal 195 67 85 0 0.66 0.56 0.24 351.56 0.52 0.51
Hex C3 43 55 0 42 38 18 160 34 33
Octal 303 103 125 0 102 70 30 540 64 63
Binary 11000011 1000011 1010101 0 1000010 111000 11000 101100000 110100 110011

Color Harmonies of #C34355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34355

Black with #C34355

Text Example


Text Example

White with #C34355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34355; }

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

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

background-color css

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

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

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

border-color css

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

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

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