#C96168

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

Shades of Cabaret #C96168

Tints of Cabaret #C96168

Color information

#C96168 (or 0xC96168) is unknown color: approx Cabaret. HEX triplet: C9, 61 and 68. RGB value is (201,97,104). Sum of RGB (Red+Green+Blue) = 201+97+104=402 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50% from 402); Green value is 97 (38.28% from 255 or 24.13% from 402); Blue value is 104 (41.02% from 255 or 25.87% from 402); Max value from RGB is 201 - color contains mainly: red. Hex color #C96168 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96168 is #369E97. Grayscale: #808080. Windows color (decimal): -3579544 or 6840777. OLE color: 6840777.

HSL color Cylindrical-coordinate representation of color #C96168: hue angle of 355.96º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C96168 is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.21.

Color convert

RGB20197104-
CMYK00.520.480.21
HSL355.96º49.06%58.43%-
HSV(B)355.96º51.74%78.82%-
XYZ30.8621.9715.71-
YUV128.89113.96179.43-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 50%
GREEN value IS 97 (38.28% from 255) = 24.13%
BLUE value IS 104 (41.02% from 255) = 25.87%
R=50%
G=24.13%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2019710400.520.480.21355.9649.0658.43
HexC961680343015164313a
Octal31114115006460255446172
Binary1100100111000011101000011010011000010101101100100110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96168; }

 p { color: rgb(201,97,104); }

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

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

 a { background-color: rgb(201,97,104); }

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

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

 span { border-color: rgb(201,97,104); }

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