Html Css Color HEX #C5535C Mandy

📋 copy color: '#C5535C'

red 197 ◦ green 83 ◦ blue 92

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

Shades of Mandy #C5535C

Tints of Mandy #C5535C

RGB

 RED value IS 197 (77.34% from 255) = 52.96%

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

 BLUE value IS 92 (36.33% from 255) = 24.73%

R = 52.96%
G = 22.31%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C5535C (or 0xC5535C) is known color: Mandy. HEX triplet: C5, 53 and 5C. RGB value is (197,83,92). Sum of RGB (Red+Green+Blue) = 197+83+92=372 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.96% from 372); Green value is 83 (32.81% from 255 or 22.31% from 372); Blue value is 92 (36.33% from 255 or 24.73% from 372); Max value from RGB is 197 - color contains mainly: red. Hex color #C5535C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5535C is #3AACA3. Grayscale: #767676. Windows color (decimal): -3845284 or 6050757. OLE color: 6050757.

HSL color Cylindrical-coordinate representation of color #C5535C: hue angle of 355.26º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C5535C is Cyan = 0, Magento = 0.58, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 83 92 -
CMYK 0 0.58 0.53 0.23
HSL 355.26º 0.5% 0.55% -
HSV(B) 355.26º 0.58% 0.77% -
XYZ 28.05 18.83 12.28 -
YUV 118.11 113.27 184.27 -
System Red Green Blue C M Y K H S L
Decimal 197 83 92 0 0.58 0.53 0.23 355.26 0.5 0.55
Hex C5 53 5C 0 3A 35 17 163 32 37
Octal 305 123 134 0 72 65 27 543 62 67
Binary 11000101 1010011 1011100 0 111010 110101 10111 101100011 110010 110111

Color Harmonies of #C5535C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5535C

Black with #C5535C

Text Example


Text Example

White with #C5535C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5535C; }

 p { color: rgb(197,83,92); }

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

background-color css

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

 a { background-color: rgb(197,83,92); }

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

border-color css

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

 span { border-color: rgb(197,83,92); }

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