#C2696A

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

Shades of Mandy #C2696A

Tints of Mandy #C2696A

Color information

#C2696A (or 0xC2696A) is unknown color: approx Mandy. HEX triplet: C2, 69 and 6A. RGB value is (194,105,106). Sum of RGB (Red+Green+Blue) = 194+105+106=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 105 (41.41% from 255 or 25.93% from 405); Blue value is 106 (41.80% from 255 or 26.17% from 405); Max value from RGB is 194 - color contains mainly: red. Hex color #C2696A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2696A is #3D9695. Grayscale: #838383. Windows color (decimal): -4036246 or 6973890. OLE color: 6973890.

HSL color Cylindrical-coordinate representation of color #C2696A: hue angle of 359.33º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C2696A is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB194105106-
CMYK00.460.450.24
HSL359.33º42.18%58.63%-
HSV(B)359.33º45.88%76.08%-
XYZ29.922.6116.42-
YUV131.72113.49172.42-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.90%
GREEN value IS 105 (41.41% from 255) = 25.93%
BLUE value IS 106 (41.80% from 255) = 26.17%
R=47.90%
G=25.93%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410510600.460.450.24359.3342.1858.63
HexC2696A02E2D181672a3b
Octal30215115205655305475273
Binary1100001011010011101010010111010110111000101100111101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2696A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2696A; }

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

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

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

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

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

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

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

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