#C16572

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

Shades of Cabaret #C16572

Tints of Cabaret #C16572

Color information

#C16572 (or 0xC16572) is unknown color: approx Cabaret. HEX triplet: C1, 65 and 72. RGB value is (193,101,114). Sum of RGB (Red+Green+Blue) = 193+101+114=408 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.30% from 408); Green value is 101 (39.84% from 255 or 24.75% from 408); Blue value is 114 (44.92% from 255 or 27.94% from 408); Max value from RGB is 193 - color contains mainly: red. Hex color #C16572 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16572 is #3E9A8D. Grayscale: #828282. Windows color (decimal): -4102798 or 7497153. OLE color: 7497153.

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

Color convert

RGB193101114-
CMYK00.480.410.24
HSL351.52º42.59%57.65%-
HSV(B)351.52º47.67%75.69%-
XYZ29.6821.8618.57-
YUV129.99118.98172.94-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.30%
GREEN value IS 101 (39.84% from 255) = 24.75%
BLUE value IS 114 (44.92% from 255) = 27.94%
R=47.30%
G=24.75%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310111400.480.410.24351.5242.5957.65
HexC1657203029181602b3a
Octal30114516206051305405372
Binary1100000111001011110010011000010100111000101100000101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16572; }

 p { color: rgb(193,101,114); }

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

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

 a { background-color: rgb(193,101,114); }

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

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

 span { border-color: rgb(193,101,114); }

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