#C26575

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

Shades of Cabaret #C26575

Tints of Cabaret #C26575

Color information

#C26575 (or 0xC26575) is unknown color: approx Cabaret. HEX triplet: C2, 65 and 75. RGB value is (194,101,117). Sum of RGB (Red+Green+Blue) = 194+101+117=412 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.09% from 412); Green value is 101 (39.84% from 255 or 24.51% from 412); Blue value is 117 (46.09% from 255 or 28.40% from 412); Max value from RGB is 194 - color contains mainly: red. Hex color #C26575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26575 is #3D9A8A. Grayscale: #828282. Windows color (decimal): -4037259 or 7693762. OLE color: 7693762.

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

Color convert

RGB194101117-
CMYK00.480.400.24
HSL349.68º43.26%57.84%-
HSV(B)349.68º47.94%76.08%-
XYZ30.1122.0619.5-
YUV130.63120.31173.2-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.09%
GREEN value IS 101 (39.84% from 255) = 24.51%
BLUE value IS 117 (46.09% from 255) = 28.40%
R=47.09%
G=24.51%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410111700.480.400.24349.6843.2657.84
HexC26575030281815e2b3a
Octal30214516506050305365372
Binary1100001011001011110101011000010100011000101011110101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26575; }

 p { color: rgb(194,101,117); }

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

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

 a { background-color: rgb(194,101,117); }

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

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

 span { border-color: rgb(194,101,117); }

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