#C06575

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

Shades of Cabaret #C06575

Tints of Cabaret #C06575

Color information

#C06575 (or 0xC06575) is unknown color: approx Cabaret. HEX triplet: C0, 65 and 75. RGB value is (192,101,117). Sum of RGB (Red+Green+Blue) = 192+101+117=410 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.83% from 410); Green value is 101 (39.84% from 255 or 24.63% from 410); Blue value is 117 (46.09% from 255 or 28.54% from 410); Max value from RGB is 192 - color contains mainly: red. Hex color #C06575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06575 is #3F9A8A. Grayscale: #828282. Windows color (decimal): -4168331 or 7693760. OLE color: 7693760.

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

Color convert

RGB192101117-
CMYK00.470.390.25
HSL349.45º41.94%57.45%-
HSV(B)349.45º47.4%75.29%-
XYZ29.621.819.48-
YUV130.03120.65172.2-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.83%
GREEN value IS 101 (39.84% from 255) = 24.63%
BLUE value IS 117 (46.09% from 255) = 28.54%
R=46.83%
G=24.63%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210111700.470.390.25349.4541.9457.45
HexC0657502F271915d2a39
Octal30014516505747315355271
Binary1100000011001011110101010111110011111001101011101101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06575; }

 p { color: rgb(192,101,117); }

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

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

 a { background-color: rgb(192,101,117); }

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

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

 span { border-color: rgb(192,101,117); }

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