#C26275

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

Shades of Cabaret #C26275

Tints of Cabaret #C26275

Color information

#C26275 (or 0xC26275) is unknown color: approx Cabaret. HEX triplet: C2, 62 and 75. RGB value is (194,98,117). Sum of RGB (Red+Green+Blue) = 194+98+117=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 98 (38.67% from 255 or 23.96% from 409); Blue value is 117 (46.09% from 255 or 28.61% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C26275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26275 is #3D9D8A. Grayscale: #808080. Windows color (decimal): -4038027 or 7692994. OLE color: 7692994.

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

Color convert

RGB19498117-
CMYK00.490.400.24
HSL348.12º44.04%57.25%-
HSV(B)348.12º49.48%76.08%-
XYZ29.8321.4919.41-
YUV128.87121.3174.46-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.43%
GREEN value IS 98 (38.67% from 255) = 23.96%
BLUE value IS 117 (46.09% from 255) = 28.61%
R=47.43%
G=23.96%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949811700.490.400.24348.1244.0457.25
HexC26275031281815c2c39
Octal30214216506150305345471
Binary1100001011000101110101011000110100011000101011100101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26275; }

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

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

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

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

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

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

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

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