#C4696F

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

Shades of Cabaret #C4696F

Tints of Cabaret #C4696F

Color information

#C4696F (or 0xC4696F) is unknown color: approx Cabaret. HEX triplet: C4, 69 and 6F. RGB value is (196,105,111). Sum of RGB (Red+Green+Blue) = 196+105+111=412 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.57% from 412); Green value is 105 (41.41% from 255 or 25.49% from 412); Blue value is 111 (43.75% from 255 or 26.94% from 412); Max value from RGB is 196 - color contains mainly: red. Hex color #C4696F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4696F is #3B9690. Grayscale: #848484. Windows color (decimal): -3905169 or 7301572. OLE color: 7301572.

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

Color convert

RGB196105111-
CMYK00.460.430.23
HSL356.04º43.54%59.02%-
HSV(B)356.04º46.43%76.86%-
XYZ30.6922.9917.86-
YUV132.89115.65173.01-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.57%
GREEN value IS 105 (41.41% from 255) = 25.49%
BLUE value IS 111 (43.75% from 255) = 26.94%
R=47.57%
G=25.49%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19610511100.460.430.23356.0443.5459.02
HexC4696F02E2B171642c3b
Octal30415115705653275445473
Binary1100010011010011101111010111010101110111101100100101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4696F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4696F; }

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

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

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

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

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

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

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

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