#C66069

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

Shades of Cabaret #C66069

Tints of Cabaret #C66069

Color information

#C66069 (or 0xC66069) is unknown color: approx Cabaret. HEX triplet: C6, 60 and 69. RGB value is (198,96,105). Sum of RGB (Red+Green+Blue) = 198+96+105=399 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.62% from 399); Green value is 96 (37.89% from 255 or 24.06% from 399); Blue value is 105 (41.41% from 255 or 26.32% from 399); Max value from RGB is 198 - color contains mainly: red. Hex color #C66069 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66069 is #399F96. Grayscale: #7F7F7F. Windows color (decimal): -3776407 or 6906054. OLE color: 6906054.

HSL color Cylindrical-coordinate representation of color #C66069: hue angle of 354.71º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C66069 is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB19896105-
CMYK00.520.470.22
HSL354.71º47.22%57.65%-
HSV(B)354.71º51.52%77.65%-
XYZ30.0221.3915.91-
YUV127.52115.29178.27-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 49.62%
GREEN value IS 96 (37.89% from 255) = 24.06%
BLUE value IS 105 (41.41% from 255) = 26.32%
R=49.62%
G=24.06%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1989610500.520.470.22354.7147.2257.65
HexC660690342F161632f3a
Octal30614015106457265435772
Binary1100011011000001101001011010010111110110101100011101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66069; }

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

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

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

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

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

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

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

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