#C35769

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

Shades of Cabaret #C35769

Tints of Cabaret #C35769

Color information

#C35769 (or 0xC35769) is unknown color: approx Cabaret. HEX triplet: C3, 57 and 69. RGB value is (195,87,105). Sum of RGB (Red+Green+Blue) = 195+87+105=387 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.39% from 387); Green value is 87 (34.38% from 255 or 22.48% from 387); Blue value is 105 (41.41% from 255 or 27.13% from 387); Max value from RGB is 195 - color contains mainly: red. Hex color #C35769 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35769 is #3CA896. Grayscale: #797979. Windows color (decimal): -3975319 or 6903747. OLE color: 6903747.

HSL color Cylindrical-coordinate representation of color #C35769: hue angle of 350º 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 #C35769 is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB19587105-
CMYK00.550.460.24
HSL350º47.37%55.29%-
HSV(B)350º55.38%76.47%-
XYZ28.4619.4415.62-
YUV121.34118.78180.54-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 50.39%
GREEN value IS 87 (34.38% from 255) = 22.48%
BLUE value IS 105 (41.41% from 255) = 27.13%
R=50.39%
G=22.48%
B=27.13%

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
Decimal1958710500.550.460.2435047.3755.29
HexC357690372E1815e2f37
Octal30312715106756305365767
Binary1100001110101111101001011011110111011000101011110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35769; }

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

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

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

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

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

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

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

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