#c2696b

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

Shades of Cabaret #C2696B

Tints of Cabaret #C2696B

Color information

#C2696B (or 0xC2696B) is unknown color: approx Cabaret. HEX triplet: C2, 69 and 6B. RGB value is (194,105,107). Sum of RGB (Red+Green+Blue) = 194+105+107=406 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.78% from 406); Green value is 105 (41.41% from 255 or 25.86% from 406); Blue value is 107 (42.19% from 255 or 26.35% from 406); Max value from RGB is 194 - color contains mainly: red. Hex color #C2696B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2696B is #3D9694. Grayscale: #838383. Windows color (decimal): -4036245 or 7039426. OLE color: 7039426.

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

Color convert

RGB194105107-
CMYK00.460.450.24
HSL358.65º42.18%58.63%-
HSV(B)358.65º45.88%76.08%-
XYZ29.9522.6316.7-
YUV131.84113.99172.34-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.78%
GREEN value IS 105 (41.41% from 255) = 25.86%
BLUE value IS 107 (42.19% from 255) = 26.35%
R=47.78%
G=25.86%
B=26.35%

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
Decimal19410510700.460.450.24358.6542.1858.63
HexC2696B02E2D181672a3b
Octal30215115305655305475273
Binary1100001011010011101011010111010110111000101100111101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c2696b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c2696b; }

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

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

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

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

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

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

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

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