#C5696D

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

Shades of Cabaret #C5696D

Tints of Cabaret #C5696D

Color information

#C5696D (or 0xC5696D) is unknown color: approx Cabaret. HEX triplet: C5, 69 and 6D. RGB value is (197,105,109). Sum of RGB (Red+Green+Blue) = 197+105+109=411 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.93% from 411); Green value is 105 (41.41% from 255 or 25.55% from 411); Blue value is 109 (42.97% from 255 or 26.52% from 411); Max value from RGB is 197 - color contains mainly: red. Hex color #C5696D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5696D is #3A9692. Grayscale: #858585. Windows color (decimal): -3839635 or 7170501. OLE color: 7170501.

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

Color convert

RGB197105109-
CMYK00.470.450.23
HSL357.39º44.23%59.22%-
HSV(B)357.39º46.7%77.25%-
XYZ30.8423.0817.3-
YUV132.96114.48173.67-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.93%
GREEN value IS 105 (41.41% from 255) = 25.55%
BLUE value IS 109 (42.97% from 255) = 26.52%
R=47.93%
G=25.55%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710510900.470.450.23357.3944.2359.22
HexC5696D02F2D171652c3b
Octal30515115505755275455473
Binary1100010111010011101101010111110110110111101100101101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5696D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5696D; }

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

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

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

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

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

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

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

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