#C26571

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

Shades of Cabaret #C26571

Tints of Cabaret #C26571

Color information

#C26571 (or 0xC26571) is unknown color: approx Cabaret. HEX triplet: C2, 65 and 71. RGB value is (194,101,113). Sum of RGB (Red+Green+Blue) = 194+101+113=408 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.55% from 408); Green value is 101 (39.84% from 255 or 24.75% from 408); Blue value is 113 (44.53% from 255 or 27.70% from 408); Max value from RGB is 194 - color contains mainly: red. Hex color #C26571 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26571 is #3D9A8E. Grayscale: #828282. Windows color (decimal): -4037263 or 7431618. OLE color: 7431618.

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

Color convert

RGB194101113-
CMYK00.480.420.24
HSL352.26º43.26%57.84%-
HSV(B)352.26º47.94%76.08%-
XYZ29.8821.9718.29-
YUV130.18118.31173.52-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.55%
GREEN value IS 101 (39.84% from 255) = 24.75%
BLUE value IS 113 (44.53% from 255) = 27.70%
R=47.55%
G=24.75%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410111300.480.420.24352.2643.2657.84
HexC265710302A181602b3a
Octal30214516106052305405372
Binary1100001011001011110001011000010101011000101100000101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26571; }

 p { color: rgb(194,101,113); }

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

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

 a { background-color: rgb(194,101,113); }

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

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

 span { border-color: rgb(194,101,113); }

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