Html Css Color HEX #C35155 Mandy

📋 copy color: '#C35155'

red 195 ◦ green 81 ◦ blue 85

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

Shades of Mandy #C35155

Tints of Mandy #C35155

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.44%

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

R = 54.02%
G = 22.44%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C35155 (or 0xC35155) is known color: Mandy. HEX triplet: C3, 51 and 55. RGB value is (195,81,85). Sum of RGB (Red+Green+Blue) = 195+81+85=361 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.02% from 361); Green value is 81 (32.03% from 255 or 22.44% from 361); Blue value is 85 (33.59% from 255 or 23.55% from 361); Max value from RGB is 195 - color contains mainly: red. Hex color #C35155 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35155 is #3CAEAA. Grayscale: #737373. Windows color (decimal): -3976875 or 5591491. OLE color: 5591491.

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

Color convert

RGB 195 81 85 -
CMYK 0 0.58 0.56 0.24
HSL 357.89º 0.49% 0.54% -
HSV(B) 357.89º 0.58% 0.76% -
XYZ 27.09 18.14 10.67 -
YUV 115.54 110.77 184.67 -
System Red Green Blue C M Y K H S L
Decimal 195 81 85 0 0.58 0.56 0.24 357.89 0.49 0.54
Hex C3 51 55 0 3A 38 18 166 31 36
Octal 303 121 125 0 72 70 30 546 61 66
Binary 11000011 1010001 1010101 0 111010 111000 11000 101100110 110001 110110

Color Harmonies of #C35155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35155

Black with #C35155

Text Example


Text Example

White with #C35155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35155; }

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

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

background-color css

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

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

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

border-color css

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

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

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