#C26773

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

Shades of Cabaret #C26773

Tints of Cabaret #C26773

Color information

#C26773 (or 0xC26773) is unknown color: approx Cabaret. HEX triplet: C2, 67 and 73. RGB value is (194,103,115). Sum of RGB (Red+Green+Blue) = 194+103+115=412 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.09% from 412); Green value is 103 (40.62% from 255 or 25% from 412); Blue value is 115 (45.31% from 255 or 27.91% from 412); Max value from RGB is 194 - color contains mainly: red. Hex color #C26773 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26773 is #3D988C. Grayscale: #838383. Windows color (decimal): -4036749 or 7563202. OLE color: 7563202.

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

Color convert

RGB194103115-
CMYK00.470.410.24
HSL352.09º42.72%58.24%-
HSV(B)352.09º46.91%76.08%-
XYZ30.1922.4118.95-
YUV131.58118.65172.52-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.09%
GREEN value IS 103 (40.62% from 255) = 25%
BLUE value IS 115 (45.31% from 255) = 27.91%
R=47.09%
G=25%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410311500.470.410.24352.0942.7258.24
HexC2677302F29181602b3a
Octal30214716305751305405372
Binary1100001011001111110011010111110100111000101100000101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26773; }

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

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

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

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

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

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

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

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