#C26574

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

Shades of Cabaret #C26574

Tints of Cabaret #C26574

Color information

#C26574 (or 0xC26574) is unknown color: approx Cabaret. HEX triplet: C2, 65 and 74. RGB value is (194,101,116). Sum of RGB (Red+Green+Blue) = 194+101+116=411 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.20% from 411); Green value is 101 (39.84% from 255 or 24.57% from 411); Blue value is 116 (45.70% from 255 or 28.22% from 411); Max value from RGB is 194 - color contains mainly: red. Hex color #C26574 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26574 is #3D9A8B. Grayscale: #828282. Windows color (decimal): -4037260 or 7628226. OLE color: 7628226.

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

Color convert

RGB194101116-
CMYK00.480.400.24
HSL350.32º43.26%57.84%-
HSV(B)350.32º47.94%76.08%-
XYZ30.0522.0419.19-
YUV130.52119.81173.28-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.20%
GREEN value IS 101 (39.84% from 255) = 24.57%
BLUE value IS 116 (45.70% from 255) = 28.22%
R=47.20%
G=24.57%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410111600.480.400.24350.3243.2657.84
HexC26574030281815e2b3a
Octal30214516406050305365372
Binary1100001011001011110100011000010100011000101011110101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26574; }

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

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

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

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

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

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

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

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