#C26072

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

Shades of Cabaret #C26072

Tints of Cabaret #C26072

Color information

#C26072 (or 0xC26072) is unknown color: approx Cabaret. HEX triplet: C2, 60 and 72. RGB value is (194,96,114). Sum of RGB (Red+Green+Blue) = 194+96+114=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 96 (37.89% from 255 or 23.76% from 404); Blue value is 114 (44.92% from 255 or 28.22% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C26072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26072 is #3D9F8D. Grayscale: #7F7F7F. Windows color (decimal): -4038542 or 7495874. OLE color: 7495874.

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

Color convert

RGB19496114-
CMYK00.510.410.24
HSL348.98º44.55%56.86%-
HSV(B)348.98º50.52%76.08%-
XYZ29.4721.0518.43-
YUV127.35120.47175.54-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.02%
GREEN value IS 96 (37.89% from 255) = 23.76%
BLUE value IS 114 (44.92% from 255) = 28.22%
R=48.02%
G=23.76%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949611400.510.410.24348.9844.5556.86
HexC26072033291815d2d39
Octal30214016206351305355571
Binary1100001011000001110010011001110100111000101011101101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26072; }

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

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

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

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

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

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

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

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