#C66175

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

Shades of Cabaret #C66175

Tints of Cabaret #C66175

Color information

#C66175 (or 0xC66175) is unknown color: approx Cabaret. HEX triplet: C6, 61 and 75. RGB value is (198,97,117). Sum of RGB (Red+Green+Blue) = 198+97+117=412 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.06% from 412); Green value is 97 (38.28% from 255 or 23.54% from 412); Blue value is 117 (46.09% from 255 or 28.40% from 412); Max value from RGB is 198 - color contains mainly: red. Hex color #C66175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66175 is #399E8A. Grayscale: #818181. Windows color (decimal): -3776139 or 7692742. OLE color: 7692742.

HSL color Cylindrical-coordinate representation of color #C66175: hue angle of 348.12º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C66175 is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB19897117-
CMYK00.510.410.22
HSL348.12º46.98%57.84%-
HSV(B)348.12º51.01%77.65%-
XYZ30.7721.8419.42-
YUV129.48120.96176.87-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 48.06%
GREEN value IS 97 (38.28% from 255) = 23.54%
BLUE value IS 117 (46.09% from 255) = 28.40%
R=48.06%
G=23.54%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1989711700.510.410.22348.1246.9857.84
HexC66175033291615c2f3a
Octal30614116506351265345772
Binary1100011011000011110101011001110100110110101011100101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66175; }

 p { color: rgb(198,97,117); }

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

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

 a { background-color: rgb(198,97,117); }

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

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

 span { border-color: rgb(198,97,117); }

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