#C4696E

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

Shades of Cabaret #C4696E

Tints of Cabaret #C4696E

Color information

#C4696E (or 0xC4696E) is unknown color: approx Cabaret. HEX triplet: C4, 69 and 6E. RGB value is (196,105,110). Sum of RGB (Red+Green+Blue) = 196+105+110=411 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.69% from 411); Green value is 105 (41.41% from 255 or 25.55% from 411); Blue value is 110 (43.36% from 255 or 26.76% from 411); Max value from RGB is 196 - color contains mainly: red. Hex color #C4696E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4696E is #3B9691. Grayscale: #848484. Windows color (decimal): -3905170 or 7236036. OLE color: 7236036.

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

Color convert

RGB196105110-
CMYK00.460.440.23
HSL356.7º43.54%59.02%-
HSV(B)356.7º46.43%76.86%-
XYZ30.6322.9617.57-
YUV132.78115.15173.09-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.69%
GREEN value IS 105 (41.41% from 255) = 25.55%
BLUE value IS 110 (43.36% from 255) = 26.76%
R=47.69%
G=25.55%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19610511000.460.440.23356.743.5459.02
HexC4696E02E2C171652c3b
Octal30415115605654275455473
Binary1100010011010011101110010111010110010111101100101101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4696E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4696E; }

 p { color: rgb(196,105,110); }

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

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

 a { background-color: rgb(196,105,110); }

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

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

 span { border-color: rgb(196,105,110); }

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