#C06068

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

Shades of Cabaret #C06068

Tints of Cabaret #C06068

Color information

#C06068 (or 0xC06068) is unknown color: approx Cabaret. HEX triplet: C0, 60 and 68. RGB value is (192,96,104). Sum of RGB (Red+Green+Blue) = 192+96+104=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 96 (37.89% from 255 or 24.49% from 392); Blue value is 104 (41.02% from 255 or 26.53% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C06068 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06068 is #3F9F97. Grayscale: #7D7D7D. Windows color (decimal): -4169624 or 6840512. OLE color: 6840512.

HSL color Cylindrical-coordinate representation of color #C06068: hue angle of 355º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C06068 is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB19296104-
CMYK00.500.460.25
HSL355º43.24%56.47%-
HSV(B)355º50%75.29%-
XYZ28.4220.5715.57-
YUV125.62115.8175.35-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.98%
GREEN value IS 96 (37.89% from 255) = 24.49%
BLUE value IS 104 (41.02% from 255) = 26.53%
R=48.98%
G=24.49%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929610400.500.460.2535543.2456.47
HexC060680322E191632b38
Octal30014015006256315435370
Binary1100000011000001101000011001010111011001101100011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06068; }

 p { color: rgb(192,96,104); }

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

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

 a { background-color: rgb(192,96,104); }

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

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

 span { border-color: rgb(192,96,104); }

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