#C94662

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

Shades of Cabaret #C94662

Tints of Cabaret #C94662

Color information

#C94662 (or 0xC94662) is unknown color: approx Cabaret. HEX triplet: C9, 46 and 62. RGB value is (201,70,98). Sum of RGB (Red+Green+Blue) = 201+70+98=369 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.47% from 369); Green value is 70 (27.73% from 255 or 18.97% from 369); Blue value is 98 (38.67% from 255 or 26.56% from 369); Max value from RGB is 201 - color contains mainly: red. Hex color #C94662 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94662 is #36B99D. Grayscale: #707070. Windows color (decimal): -3586462 or 6440649. OLE color: 6440649.

HSL color Cylindrical-coordinate representation of color #C94662: hue angle of 347.18º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C94662 is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.21.

Color convert

RGB2017098-
CMYK00.650.510.21
HSL347.18º54.81%53.14%-
HSV(B)347.18º65.17%78.82%-
XYZ28.4817.6813.47-
YUV112.36119.9191.22-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 54.47%
GREEN value IS 70 (27.73% from 255) = 18.97%
BLUE value IS 98 (38.67% from 255) = 26.56%
R=54.47%
G=18.97%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201709800.650.510.21347.1854.8153.14
HexC94662041331515b3735
Octal311106142010163255336765
Binary11001001100011011000100100000111001110101101011011110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94662; }

 p { color: rgb(201,70,98); }

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

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

 a { background-color: rgb(201,70,98); }

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

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

 span { border-color: rgb(201,70,98); }

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