Html Css Color HEX #C3535D Mandy

📋 copy color: '#C3535D'

red 195 ◦ green 83 ◦ blue 93

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

Shades of Mandy #C3535D

Tints of Mandy #C3535D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.07%

R = 52.56%
G = 22.37%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C3535D (or 0xC3535D) is known color: Mandy. HEX triplet: C3, 53 and 5D. RGB value is (195,83,93). Sum of RGB (Red+Green+Blue) = 195+83+93=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 83 (32.81% from 255 or 22.37% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C3535D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3535D is #3CACA2. Grayscale: #757575. Windows color (decimal): -3976355 or 6116291. OLE color: 6116291.

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

Color convert

RGB 195 83 93 -
CMYK 0 0.57 0.52 0.24
HSL 354.64º 0.48% 0.55% -
HSV(B) 354.64º 0.57% 0.76% -
XYZ 27.57 18.58 12.49 -
YUV 117.63 114.11 183.19 -
System Red Green Blue C M Y K H S L
Decimal 195 83 93 0 0.57 0.52 0.24 354.64 0.48 0.55
Hex C3 53 5D 0 39 34 18 163 30 37
Octal 303 123 135 0 71 64 30 543 60 67
Binary 11000011 1010011 1011101 0 111001 110100 11000 101100011 110000 110111

Color Harmonies of #C3535D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3535D

Black with #C3535D

Text Example


Text Example

White with #C3535D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3535D; }

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

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

background-color css

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

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

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

border-color css

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

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

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