Html Css Color HEX #C3535F Mandy

📋 copy color: '#C3535F'

red 195 ◦ green 83 ◦ blue 95

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

Shades of Mandy #C3535F

Tints of Mandy #C3535F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 25.47%

R = 52.28%
G = 22.25%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C3535F (or 0xC3535F) is known color: Mandy. HEX triplet: C3, 53 and 5F. RGB value is (195,83,95). Sum of RGB (Red+Green+Blue) = 195+83+95=373 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.28% from 373); Green value is 83 (32.81% from 255 or 22.25% from 373); Blue value is 95 (37.5% from 255 or 25.47% from 373); Max value from RGB is 195 - color contains mainly: red. Hex color #C3535F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3535F is #3CACA0. Grayscale: #757575. Windows color (decimal): -3976353 or 6247363. OLE color: 6247363.

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

Color convert

RGB 195 83 95 -
CMYK 0 0.57 0.51 0.24
HSL 353.57º 0.48% 0.55% -
HSV(B) 353.57º 0.57% 0.76% -
XYZ 27.66 18.61 12.96 -
YUV 117.86 115.11 183.02 -
System Red Green Blue C M Y K H S L
Decimal 195 83 95 0 0.57 0.51 0.24 353.57 0.48 0.55
Hex C3 53 5F 0 39 33 18 162 30 37
Octal 303 123 137 0 71 63 30 542 60 67
Binary 11000011 1010011 1011111 0 111001 110011 11000 101100010 110000 110111

Color Harmonies of #C3535F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3535F

Black with #C3535F

Text Example


Text Example

White with #C3535F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3535F; }

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

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

background-color css

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

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

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

border-color css

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

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

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