Html Css Color HEX #C3535A Mandy

📋 copy color: '#C3535A'

red 195 ◦ green 83 ◦ blue 90

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

Shades of Mandy #C3535A

Tints of Mandy #C3535A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.46%

R = 52.99%
G = 22.55%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C3535A (or 0xC3535A) is known color: Mandy. HEX triplet: C3, 53 and 5A. RGB value is (195,83,90). Sum of RGB (Red+Green+Blue) = 195+83+90=368 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.99% from 368); Green value is 83 (32.81% from 255 or 22.55% from 368); Blue value is 90 (35.55% from 255 or 24.46% from 368); Max value from RGB is 195 - color contains mainly: red. Hex color #C3535A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3535A is #3CACA5. Grayscale: #757575. Windows color (decimal): -3976358 or 5919683. OLE color: 5919683.

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

Color convert

RGB 195 83 90 -
CMYK 0 0.57 0.54 0.24
HSL 356.25º 0.48% 0.55% -
HSV(B) 356.25º 0.57% 0.76% -
XYZ 27.44 18.53 11.8 -
YUV 117.29 112.61 183.43 -
System Red Green Blue C M Y K H S L
Decimal 195 83 90 0 0.57 0.54 0.24 356.25 0.48 0.55
Hex C3 53 5A 0 39 36 18 164 30 37
Octal 303 123 132 0 71 66 30 544 60 67
Binary 11000011 1010011 1011010 0 111001 110110 11000 101100100 110000 110111

Color Harmonies of #C3535A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3535A

Black with #C3535A

Text Example


Text Example

White with #C3535A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3535A; }

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

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

background-color css

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

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

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

border-color css

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

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

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