#C26369

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

Shades of Cabaret #C26369

Tints of Cabaret #C26369

Color information

#C26369 (or 0xC26369) is unknown color: approx Cabaret. HEX triplet: C2, 63 and 69. RGB value is (194,99,105). Sum of RGB (Red+Green+Blue) = 194+99+105=398 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.74% from 398); Green value is 99 (39.06% from 255 or 24.87% from 398); Blue value is 105 (41.41% from 255 or 26.38% from 398); Max value from RGB is 194 - color contains mainly: red. Hex color #C26369 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26369 is #3D9C96. Grayscale: #808080. Windows color (decimal): -4037783 or 6906818. OLE color: 6906818.

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

Color convert

RGB19499105-
CMYK00.490.460.24
HSL356.21º43.78%57.45%-
HSV(B)356.21º48.97%76.08%-
XYZ29.2621.4115.96-
YUV128.09114.97175.01-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.74%
GREEN value IS 99 (39.06% from 255) = 24.87%
BLUE value IS 105 (41.41% from 255) = 26.38%
R=48.74%
G=24.87%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949910500.490.460.24356.2143.7857.45
HexC263690312E181642c39
Octal30214315106156305445471
Binary1100001011000111101001011000110111011000101100100101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26369; }

 p { color: rgb(194,99,105); }

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

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

 a { background-color: rgb(194,99,105); }

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

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

 span { border-color: rgb(194,99,105); }

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