#C26774

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

Shades of Cabaret #C26774

Tints of Cabaret #C26774

Color information

#C26774 (or 0xC26774) is unknown color: approx Cabaret. HEX triplet: C2, 67 and 74. RGB value is (194,103,116). Sum of RGB (Red+Green+Blue) = 194+103+116=413 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.97% from 413); Green value is 103 (40.62% from 255 or 24.94% from 413); Blue value is 116 (45.70% from 255 or 28.09% from 413); Max value from RGB is 194 - color contains mainly: red. Hex color #C26774 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26774 is #3D988B. Grayscale: #838383. Windows color (decimal): -4036748 or 7628738. OLE color: 7628738.

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

Color convert

RGB194103116-
CMYK00.470.400.24
HSL351.43º42.72%58.24%-
HSV(B)351.43º46.91%76.08%-
XYZ30.2522.4319.26-
YUV131.69119.15172.44-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.97%
GREEN value IS 103 (40.62% from 255) = 24.94%
BLUE value IS 116 (45.70% from 255) = 28.09%
R=46.97%
G=24.94%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410311600.470.400.24351.4342.7258.24
HexC2677402F281815f2b3a
Octal30214716405750305375372
Binary1100001011001111110100010111110100011000101011111101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26774; }

 p { color: rgb(194,103,116); }

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

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

 a { background-color: rgb(194,103,116); }

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

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

 span { border-color: rgb(194,103,116); }

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