#C06271

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

Shades of Cabaret #C06271

Tints of Cabaret #C06271

Color information

#C06271 (or 0xC06271) is unknown color: approx Cabaret. HEX triplet: C0, 62 and 71. RGB value is (192,98,113). Sum of RGB (Red+Green+Blue) = 192+98+113=403 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.64% from 403); Green value is 98 (38.67% from 255 or 24.32% from 403); Blue value is 113 (44.53% from 255 or 28.04% from 403); Max value from RGB is 192 - color contains mainly: red. Hex color #C06271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06271 is #3F9D8E. Grayscale: #7F7F7F. Windows color (decimal): -4169103 or 7430848. OLE color: 7430848.

HSL color Cylindrical-coordinate representation of color #C06271: hue angle of 350.43º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C06271 is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB19298113-
CMYK00.490.410.25
HSL350.43º42.73%56.86%-
HSV(B)350.43º48.96%75.29%-
XYZ29.0921.1318.17-
YUV127.82119.64173.78-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.64%
GREEN value IS 98 (38.67% from 255) = 24.32%
BLUE value IS 113 (44.53% from 255) = 28.04%
R=47.64%
G=24.32%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929811300.490.410.25350.4342.7356.86
HexC06271031291915e2b39
Octal30014216106151315365371
Binary1100000011000101110001011000110100111001101011110101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06271; }

 p { color: rgb(192,98,113); }

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

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

 a { background-color: rgb(192,98,113); }

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

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

 span { border-color: rgb(192,98,113); }

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