#C5666A

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

Shades of Cabaret #C5666A

Tints of Cabaret #C5666A

Color information

#C5666A (or 0xC5666A) is unknown color: approx Cabaret. HEX triplet: C5, 66 and 6A. RGB value is (197,102,106). Sum of RGB (Red+Green+Blue) = 197+102+106=405 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.64% from 405); Green value is 102 (40.23% from 255 or 25.19% from 405); Blue value is 106 (41.80% from 255 or 26.17% from 405); Max value from RGB is 197 - color contains mainly: red. Hex color #C5666A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5666A is #3A9995. Grayscale: #828282. Windows color (decimal): -3840406 or 6973125. OLE color: 6973125.

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

Color convert

RGB197102106-
CMYK00.480.460.23
HSL357.47º45.02%58.63%-
HSV(B)357.47º48.22%77.25%-
XYZ30.3822.4116.36-
YUV130.86113.97175.17-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.64%
GREEN value IS 102 (40.23% from 255) = 25.19%
BLUE value IS 106 (41.80% from 255) = 26.17%
R=48.64%
G=25.19%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710210600.480.460.23357.4745.0258.63
HexC5666A0302E171652d3b
Octal30514615206056275455573
Binary1100010111001101101010011000010111010111101100101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5666A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5666A; }

 p { color: rgb(197,102,106); }

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

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

 a { background-color: rgb(197,102,106); }

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

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

 span { border-color: rgb(197,102,106); }

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