#C06069

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

Shades of Cabaret #C06069

Tints of Cabaret #C06069

Color information

#C06069 (or 0xC06069) is unknown color: approx Cabaret. HEX triplet: C0, 60 and 69. RGB value is (192,96,105). Sum of RGB (Red+Green+Blue) = 192+96+105=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 96 (37.89% from 255 or 24.43% from 393); Blue value is 105 (41.41% from 255 or 26.72% from 393); Max value from RGB is 192 - color contains mainly: red. Hex color #C06069 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06069 is #3F9F96. Grayscale: #7D7D7D. Windows color (decimal): -4169623 or 6906048. OLE color: 6906048.

HSL color Cylindrical-coordinate representation of color #C06069: hue angle of 354.38º 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 #C06069 is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB19296105-
CMYK00.500.450.25
HSL354.38º43.24%56.47%-
HSV(B)354.38º50%75.29%-
XYZ28.4720.5915.84-
YUV125.73116.3175.27-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.85%
GREEN value IS 96 (37.89% from 255) = 24.43%
BLUE value IS 105 (41.41% from 255) = 26.72%
R=48.85%
G=24.43%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929610500.500.450.25354.3843.2456.47
HexC060690322D191622b38
Octal30014015106255315425370
Binary1100000011000001101001011001010110111001101100010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06069; }

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

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

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

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

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

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

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

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