#C5696A

Color #C5696A Mandy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandy #C5696A

Tints of Mandy #C5696A

Color information

#C5696A (or 0xC5696A) is unknown color: approx Mandy. HEX triplet: C5, 69 and 6A. RGB value is (197,105,106). Sum of RGB (Red+Green+Blue) = 197+105+106=408 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.28% from 408); Green value is 105 (41.41% from 255 or 25.74% from 408); Blue value is 106 (41.80% from 255 or 25.98% from 408); Max value from RGB is 197 - color contains mainly: red. Hex color #C5696A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5696A is #3A9695. Grayscale: #848484. Windows color (decimal): -3839638 or 6973893. OLE color: 6973893.

HSL color Cylindrical-coordinate representation of color #C5696A: hue angle of 359.35º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C5696A is Cyan = 0, Magento = 0.47, Yellow = 0.46 and Black (K on CMYK) = 0.23.

Color convert

RGB197105106-
CMYK00.470.460.23
HSL359.35º44.23%59.22%-
HSV(B)359.35º46.7%77.25%-
XYZ30.6823.0116.46-
YUV132.62112.98173.92-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.28%
GREEN value IS 105 (41.41% from 255) = 25.74%
BLUE value IS 106 (41.80% from 255) = 25.98%
R=48.28%
G=25.74%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710510600.470.460.23359.3544.2359.22
HexC5696A02F2E171672c3b
Octal30515115205756275475473
Binary1100010111010011101010010111110111010111101100111101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5696A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5696A; }

 p { color: rgb(197,105,106); }

 H1.HeaderClassName
 {
   color: #C5696A;
 }
 .AnyTagClassName
 {
   color: #C5696A;
 }
</style>
background-color css

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

 a { background-color: rgb(197,105,106); }

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

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

 span { border-color: rgb(197,105,106); }

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