#C66375

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

Shades of Cabaret #C66375

Tints of Cabaret #C66375

Color information

#C66375 (or 0xC66375) is unknown color: approx Cabaret. HEX triplet: C6, 63 and 75. RGB value is (198,99,117). Sum of RGB (Red+Green+Blue) = 198+99+117=414 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.83% from 414); Green value is 99 (39.06% from 255 or 23.91% from 414); Blue value is 117 (46.09% from 255 or 28.26% from 414); Max value from RGB is 198 - color contains mainly: red. Hex color #C66375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66375 is #399C8A. Grayscale: #828282. Windows color (decimal): -3775627 or 7693254. OLE color: 7693254.

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

Color convert

RGB19899117-
CMYK00.500.410.22
HSL349.09º46.48%58.24%-
HSV(B)349.09º50%77.65%-
XYZ30.9622.2119.49-
YUV130.65120.3176.04-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.83%
GREEN value IS 99 (39.06% from 255) = 23.91%
BLUE value IS 117 (46.09% from 255) = 28.26%
R=47.83%
G=23.91%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1989911700.500.410.22349.0946.4858.24
HexC66375032291615d2e3a
Octal30614316506251265355672
Binary1100011011000111110101011001010100110110101011101101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66375; }

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

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

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

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

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

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

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

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