#C26475

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

Shades of Cabaret #C26475

Tints of Cabaret #C26475

Color information

#C26475 (or 0xC26475) is unknown color: approx Cabaret. HEX triplet: C2, 64 and 75. RGB value is (194,100,117). Sum of RGB (Red+Green+Blue) = 194+100+117=411 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.20% from 411); Green value is 100 (39.45% from 255 or 24.33% from 411); Blue value is 117 (46.09% from 255 or 28.47% from 411); Max value from RGB is 194 - color contains mainly: red. Hex color #C26475 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26475 is #3D9B8A. Grayscale: #828282. Windows color (decimal): -4037515 or 7693506. OLE color: 7693506.

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

Color convert

RGB194100117-
CMYK00.480.400.24
HSL349.15º43.52%57.65%-
HSV(B)349.15º48.45%76.08%-
XYZ30.0221.8719.47-
YUV130.04120.64173.62-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.20%
GREEN value IS 100 (39.45% from 255) = 24.33%
BLUE value IS 117 (46.09% from 255) = 28.47%
R=47.20%
G=24.33%
B=28.47%

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
Decimal19410011700.480.400.24349.1543.5257.65
HexC26475030281815d2c3a
Octal30214416506050305355472
Binary1100001011001001110101011000010100011000101011101101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26475; }

 p { color: rgb(194,100,117); }

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

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

 a { background-color: rgb(194,100,117); }

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

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

 span { border-color: rgb(194,100,117); }

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