#C36274

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

Shades of Cabaret #C36274

Tints of Cabaret #C36274

Color information

#C36274 (or 0xC36274) is unknown color: approx Cabaret. HEX triplet: C3, 62 and 74. RGB value is (195,98,116). Sum of RGB (Red+Green+Blue) = 195+98+116=409 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.68% from 409); Green value is 98 (38.67% from 255 or 23.96% from 409); Blue value is 116 (45.70% from 255 or 28.36% from 409); Max value from RGB is 195 - color contains mainly: red. Hex color #C36274 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36274 is #3C9D8B. Grayscale: #818181. Windows color (decimal): -3972492 or 7627459. OLE color: 7627459.

HSL color Cylindrical-coordinate representation of color #C36274: hue angle of 348.87º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C36274 is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB19598116-
CMYK00.500.410.24
HSL348.87º44.7%57.45%-
HSV(B)348.87º49.74%76.47%-
XYZ30.0321.619.11-
YUV129.05120.64175.04-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.68%
GREEN value IS 98 (38.67% from 255) = 23.96%
BLUE value IS 116 (45.70% from 255) = 28.36%
R=47.68%
G=23.96%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1959811600.500.410.24348.8744.757.45
HexC36274032291815d2d39
Octal30314216406251305355571
Binary1100001111000101110100011001010100111000101011101101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36274; }

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

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

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

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

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

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

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

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