#C26077

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

Shades of Cabaret #C26077

Tints of Cabaret #C26077

Color information

#C26077 (or 0xC26077) is unknown color: approx Cabaret. HEX triplet: C2, 60 and 77. RGB value is (194,96,119). Sum of RGB (Red+Green+Blue) = 194+96+119=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 96 (37.89% from 255 or 23.47% from 409); Blue value is 119 (46.88% from 255 or 29.10% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C26077 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26077 is #3D9F88. Grayscale: #7F7F7F. Windows color (decimal): -4038537 or 7823554. OLE color: 7823554.

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

Color convert

RGB19496119-
CMYK00.510.390.24
HSL345.92º44.55%56.86%-
HSV(B)345.92º50.52%76.08%-
XYZ29.7621.1719.97-
YUV127.92122.97175.13-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.43%
GREEN value IS 96 (37.89% from 255) = 23.47%
BLUE value IS 119 (46.88% from 255) = 29.10%
R=47.43%
G=23.47%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949611900.510.390.24345.9244.5556.86
HexC26077033271815a2d39
Octal30214016706347305325571
Binary1100001011000001110111011001110011111000101011010101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26077; }

 p { color: rgb(194,96,119); }

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

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

 a { background-color: rgb(194,96,119); }

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

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

 span { border-color: rgb(194,96,119); }

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