#C35869

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

Shades of Cabaret #C35869

Tints of Cabaret #C35869

Color information

#C35869 (or 0xC35869) is unknown color: approx Cabaret. HEX triplet: C3, 58 and 69. RGB value is (195,88,105). Sum of RGB (Red+Green+Blue) = 195+88+105=388 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.26% from 388); Green value is 88 (34.77% from 255 or 22.68% from 388); Blue value is 105 (41.41% from 255 or 27.06% from 388); Max value from RGB is 195 - color contains mainly: red. Hex color #C35869 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35869 is #3CA796. Grayscale: #797979. Windows color (decimal): -3975063 or 6904003. OLE color: 6904003.

HSL color Cylindrical-coordinate representation of color #C35869: hue angle of 350.47º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C35869 is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB19588105-
CMYK00.550.460.24
HSL350.47º47.14%55.49%-
HSV(B)350.47º54.87%76.47%-
XYZ28.5519.615.64-
YUV121.93118.45180.12-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 50.26%
GREEN value IS 88 (34.77% from 255) = 22.68%
BLUE value IS 105 (41.41% from 255) = 27.06%
R=50.26%
G=22.68%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958810500.550.460.24350.4747.1455.49
HexC358690372E1815e2f37
Octal30313015106756305365767
Binary1100001110110001101001011011110111011000101011110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35869; }

 p { color: rgb(195,88,105); }

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

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

 a { background-color: rgb(195,88,105); }

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

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

 span { border-color: rgb(195,88,105); }

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