#C45871

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

Shades of Cabaret #C45871

Tints of Cabaret #C45871

Color information

#C45871 (or 0xC45871) is unknown color: approx Cabaret. HEX triplet: C4, 58 and 71. RGB value is (196,88,113). Sum of RGB (Red+Green+Blue) = 196+88+113=397 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.37% from 397); Green value is 88 (34.77% from 255 or 22.17% from 397); Blue value is 113 (44.53% from 255 or 28.46% from 397); Max value from RGB is 196 - color contains mainly: red. Hex color #C45871 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45871 is #3BA78E. Grayscale: #7B7B7B. Windows color (decimal): -3909519 or 7428292. OLE color: 7428292.

HSL color Cylindrical-coordinate representation of color #C45871: hue angle of 346.11º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C45871 is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB19688113-
CMYK00.550.420.23
HSL346.11º47.79%55.69%-
HSV(B)346.11º55.1%76.86%-
XYZ29.2419.9117.92-
YUV123.14122.28179.97-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.37%
GREEN value IS 88 (34.77% from 255) = 22.17%
BLUE value IS 113 (44.53% from 255) = 28.46%
R=49.37%
G=22.17%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968811300.550.420.23346.1147.7955.69
HexC458710372A1715a3038
Octal30413016106752275326070
Binary1100010010110001110001011011110101010111101011010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45871; }

 p { color: rgb(196,88,113); }

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

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

 a { background-color: rgb(196,88,113); }

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

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

 span { border-color: rgb(196,88,113); }

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