#C26374

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

Shades of Cabaret #C26374

Tints of Cabaret #C26374

Color information

#C26374 (or 0xC26374) is unknown color: approx Cabaret. HEX triplet: C2, 63 and 74. RGB value is (194,99,116). Sum of RGB (Red+Green+Blue) = 194+99+116=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 99 (39.06% from 255 or 24.21% from 409); Blue value is 116 (45.70% from 255 or 28.36% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C26374 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26374 is #3D9C8B. Grayscale: #818181. Windows color (decimal): -4037772 or 7627714. OLE color: 7627714.

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

Color convert

RGB19499116-
CMYK00.490.400.24
HSL349.26º43.78%57.45%-
HSV(B)349.26º48.97%76.08%-
XYZ29.8621.6519.13-
YUV129.34120.47174.12-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.43%
GREEN value IS 99 (39.06% from 255) = 24.21%
BLUE value IS 116 (45.70% from 255) = 28.36%
R=47.43%
G=24.21%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949911600.490.400.24349.2643.7857.45
HexC26374031281815d2c39
Octal30214316406150305355471
Binary1100001011000111110100011000110100011000101011101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26374; }

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

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

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

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

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

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

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

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