#C5676F

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

Shades of Cabaret #C5676F

Tints of Cabaret #C5676F

Color information

#C5676F (or 0xC5676F) is unknown color: approx Cabaret. HEX triplet: C5, 67 and 6F. RGB value is (197,103,111). Sum of RGB (Red+Green+Blue) = 197+103+111=411 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.93% from 411); Green value is 103 (40.62% from 255 or 25.06% from 411); Blue value is 111 (43.75% from 255 or 27.01% from 411); Max value from RGB is 197 - color contains mainly: red. Hex color #C5676F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5676F is #3A9890. Grayscale: #848484. Windows color (decimal): -3840145 or 7301061. OLE color: 7301061.

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

Color convert

RGB197103111-
CMYK00.480.440.23
HSL354.89º44.76%58.82%-
HSV(B)354.89º47.72%77.25%-
XYZ30.7522.7217.8-
YUV132.02116.14174.35-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.93%
GREEN value IS 103 (40.62% from 255) = 25.06%
BLUE value IS 111 (43.75% from 255) = 27.01%
R=47.93%
G=25.06%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710311100.480.440.23354.8944.7658.82
HexC5676F0302C171632d3b
Octal30514715706054275435573
Binary1100010111001111101111011000010110010111101100011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5676F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5676F; }

 p { color: rgb(197,103,111); }

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

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

 a { background-color: rgb(197,103,111); }

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

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

 span { border-color: rgb(197,103,111); }

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