#C26672

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

Shades of Cabaret #C26672

Tints of Cabaret #C26672

Color information

#C26672 (or 0xC26672) is unknown color: approx Cabaret. HEX triplet: C2, 66 and 72. RGB value is (194,102,114). Sum of RGB (Red+Green+Blue) = 194+102+114=410 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.32% from 410); Green value is 102 (40.23% from 255 or 24.88% from 410); Blue value is 114 (44.92% from 255 or 27.80% from 410); Max value from RGB is 194 - color contains mainly: red. Hex color #C26672 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26672 is #3D998D. Grayscale: #828282. Windows color (decimal): -4037006 or 7497410. OLE color: 7497410.

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

Color convert

RGB194102114-
CMYK00.470.410.24
HSL352.17º42.99%58.04%-
HSV(B)352.17º47.42%76.08%-
XYZ30.0422.1918.62-
YUV130.88118.48173.02-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.32%
GREEN value IS 102 (40.23% from 255) = 24.88%
BLUE value IS 114 (44.92% from 255) = 27.80%
R=47.32%
G=24.88%
B=27.80%

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
Decimal19410211400.470.410.24352.1742.9958.04
HexC2667202F29181602b3a
Octal30214616205751305405372
Binary1100001011001101110010010111110100111000101100000101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26672; }

 p { color: rgb(194,102,114); }

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

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

 a { background-color: rgb(194,102,114); }

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

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

 span { border-color: rgb(194,102,114); }

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