#C6405F

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

Shades of Cabaret #C6405F

Tints of Cabaret #C6405F

Color information

#C6405F (or 0xC6405F) is unknown color: approx Cabaret. HEX triplet: C6, 40 and 5F. RGB value is (198,64,95). Sum of RGB (Red+Green+Blue) = 198+64+95=357 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.46% from 357); Green value is 64 (25.39% from 255 or 17.93% from 357); Blue value is 95 (37.5% from 255 or 26.61% from 357); Max value from RGB is 198 - color contains mainly: red. Hex color #C6405F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6405F is #39BFA0. Grayscale: #6B6B6B. Windows color (decimal): -3784609 or 6242502. OLE color: 6242502.

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

Color convert

RGB1986495-
CMYK00.680.520.22
HSL346.12º54.03%51.37%-
HSV(B)346.12º67.68%77.65%-
XYZ27.1916.512.58-
YUV107.6120.89192.48-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 55.46%
GREEN value IS 64 (25.39% from 255) = 17.93%
BLUE value IS 95 (37.5% from 255) = 26.61%
R=55.46%
G=17.93%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198649500.680.520.22346.1254.0351.37
HexC6405F044341615a3633
Octal306100137010464265326663
Binary11000110100000010111110100010011010010110101011010110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6405F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6405F; }

 p { color: rgb(198,64,95); }

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

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

 a { background-color: rgb(198,64,95); }

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

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

 span { border-color: rgb(198,64,95); }

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