#C65966

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

Shades of Cabaret #C65966

Tints of Cabaret #C65966

Color information

#C65966 (or 0xC65966) is unknown color: approx Cabaret. HEX triplet: C6, 59 and 66. RGB value is (198,89,102). Sum of RGB (Red+Green+Blue) = 198+89+102=389 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.90% from 389); Green value is 89 (35.16% from 255 or 22.88% from 389); Blue value is 102 (40.23% from 255 or 26.22% from 389); Max value from RGB is 198 - color contains mainly: red. Hex color #C65966 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65966 is #39A699. Grayscale: #7B7B7B. Windows color (decimal): -3778202 or 6707654. OLE color: 6707654.

HSL color Cylindrical-coordinate representation of color #C65966: hue angle of 352.84º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C65966 is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB19889102-
CMYK00.550.480.22
HSL352.84º48.88%56.27%-
HSV(B)352.84º55.05%77.65%-
XYZ29.2620.1114.91-
YUV123.07116.11181.44-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 50.90%
GREEN value IS 89 (35.16% from 255) = 22.88%
BLUE value IS 102 (40.23% from 255) = 26.22%
R=50.90%
G=22.88%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1988910200.550.480.22352.8448.8856.27
HexC6596603730161613138
Octal30613114606760265416170
Binary1100011010110011100110011011111000010110101100001110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65966; }

 p { color: rgb(198,89,102); }

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

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

 a { background-color: rgb(198,89,102); }

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

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

 span { border-color: rgb(198,89,102); }

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