#C65077

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

Shades of Cabaret #C65077

Tints of Cabaret #C65077

Color information

#C65077 (or 0xC65077) is unknown color: approx Cabaret. HEX triplet: C6, 50 and 77. RGB value is (198,80,119). Sum of RGB (Red+Green+Blue) = 198+80+119=397 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.87% from 397); Green value is 80 (31.64% from 255 or 20.15% from 397); Blue value is 119 (46.88% from 255 or 29.97% from 397); Max value from RGB is 198 - color contains mainly: red. Hex color #C65077 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65077 is #39AF88. Grayscale: #777777. Windows color (decimal): -3780489 or 7819462. OLE color: 7819462.

HSL color Cylindrical-coordinate representation of color #C65077: hue angle of 340.17º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C65077 is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB19880119-
CMYK00.600.400.22
HSL340.17º50.86%54.51%-
HSV(B)340.17º59.6%77.65%-
XYZ29.4919.0719.58-
YUV119.73127.59183.83-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 49.87%
GREEN value IS 80 (31.64% from 255) = 20.15%
BLUE value IS 119 (46.88% from 255) = 29.97%
R=49.87%
G=20.15%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1988011900.600.400.22340.1750.8654.51
HexC6507703C28161543337
Octal30612016707450265246367
Binary1100011010100001110111011110010100010110101010100110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65077; }

 p { color: rgb(198,80,119); }

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

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

 a { background-color: rgb(198,80,119); }

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

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

 span { border-color: rgb(198,80,119); }

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