Html Css Color HEX #C35355 Mandy

📋 copy color: '#C35355'

red 195 ◦ green 83 ◦ blue 85

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

Shades of Mandy #C35355

Tints of Mandy #C35355

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.87%

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

R = 53.72%
G = 22.87%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C35355 (or 0xC35355) is known color: Mandy. HEX triplet: C3, 53 and 55. RGB value is (195,83,85). Sum of RGB (Red+Green+Blue) = 195+83+85=363 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.72% from 363); Green value is 83 (32.81% from 255 or 22.87% from 363); Blue value is 85 (33.59% from 255 or 23.42% from 363); Max value from RGB is 195 - color contains mainly: red. Hex color #C35355 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35355 is #3CACAA. Grayscale: #747474. Windows color (decimal): -3976363 or 5592003. OLE color: 5592003.

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

Color convert

RGB 195 83 85 -
CMYK 0 0.57 0.56 0.24
HSL 358.93º 0.48% 0.55% -
HSV(B) 358.93º 0.57% 0.76% -
XYZ 27.24 18.44 10.72 -
YUV 116.72 110.11 183.84 -
System Red Green Blue C M Y K H S L
Decimal 195 83 85 0 0.57 0.56 0.24 358.93 0.48 0.55
Hex C3 53 55 0 39 38 18 167 30 37
Octal 303 123 125 0 71 70 30 547 60 67
Binary 11000011 1010011 1010101 0 111001 111000 11000 101100111 110000 110111

Color Harmonies of #C35355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35355

Black with #C35355

Text Example


Text Example

White with #C35355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35355; }

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

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

background-color css

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

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

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

border-color css

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

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

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