#C36874

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

Shades of Cabaret #C36874

Tints of Cabaret #C36874

Color information

#C36874 (or 0xC36874) is unknown color: approx Cabaret. HEX triplet: C3, 68 and 74. RGB value is (195,104,116). Sum of RGB (Red+Green+Blue) = 195+104+116=415 (54% of max value = 765). Red value is 195 (76.56% from 255 or 46.99% from 415); Green value is 104 (41.02% from 255 or 25.06% from 415); Blue value is 116 (45.70% from 255 or 27.95% from 415); Max value from RGB is 195 - color contains mainly: red. Hex color #C36874 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36874 is #3C978B. Grayscale: #848484. Windows color (decimal): -3970956 or 7628995. OLE color: 7628995.

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

Color convert

RGB195104116-
CMYK00.470.410.24
HSL352.09º43.13%58.63%-
HSV(B)352.09º46.67%76.47%-
XYZ30.6122.7619.3-
YUV132.58118.65172.52-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.99%
GREEN value IS 104 (41.02% from 255) = 25.06%
BLUE value IS 116 (45.70% from 255) = 27.95%
R=46.99%
G=25.06%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19510411600.470.410.24352.0943.1358.63
HexC3687402F29181602b3b
Octal30315016405751305405373
Binary1100001111010001110100010111110100111000101100000101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36874; }

 p { color: rgb(195,104,116); }

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

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

 a { background-color: rgb(195,104,116); }

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

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

 span { border-color: rgb(195,104,116); }

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