#C35866

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

Shades of Cabaret #C35866

Tints of Cabaret #C35866

Color information

#C35866 (or 0xC35866) is unknown color: approx Cabaret. HEX triplet: C3, 58 and 66. RGB value is (195,88,102). Sum of RGB (Red+Green+Blue) = 195+88+102=385 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.65% from 385); Green value is 88 (34.77% from 255 or 22.86% from 385); Blue value is 102 (40.23% from 255 or 26.49% from 385); Max value from RGB is 195 - color contains mainly: red. Hex color #C35866 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35866 is #3CA799. Grayscale: #797979. Windows color (decimal): -3975066 or 6707395. OLE color: 6707395.

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

Color convert

RGB19588102-
CMYK00.550.480.24
HSL352.15º47.14%55.49%-
HSV(B)352.15º54.87%76.47%-
XYZ28.3919.5414.85-
YUV121.59116.95180.36-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 50.65%
GREEN value IS 88 (34.77% from 255) = 22.86%
BLUE value IS 102 (40.23% from 255) = 26.49%
R=50.65%
G=22.86%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958810200.550.480.24352.1547.1455.49
HexC3586603730181602f37
Octal30313014606760305405767
Binary1100001110110001100110011011111000011000101100000101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35866; }

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

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

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

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

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

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

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

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