#C9446D

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

Shades of Cabaret #C9446D

Tints of Cabaret #C9446D

Color information

#C9446D (or 0xC9446D) is unknown color: approx Cabaret. HEX triplet: C9, 44 and 6D. RGB value is (201,68,109). Sum of RGB (Red+Green+Blue) = 201+68+109=378 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.17% from 378); Green value is 68 (26.95% from 255 or 17.99% from 378); Blue value is 109 (42.97% from 255 or 28.84% from 378); Max value from RGB is 201 - color contains mainly: red. Hex color #C9446D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9446D is #36BB92. Grayscale: #707070. Windows color (decimal): -3586963 or 7161033. OLE color: 7161033.

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

Color convert

RGB20168109-
CMYK00.660.460.21
HSL341.5º55.19%52.75%-
HSV(B)341.5º66.17%78.82%-
XYZ28.9117.6616.35-
YUV112.44126.06191.17-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 53.17%
GREEN value IS 68 (26.95% from 255) = 17.99%
BLUE value IS 109 (42.97% from 255) = 28.84%
R=53.17%
G=17.99%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2016810900.660.460.21341.555.1952.75
HexC9446D0422E151563735
Octal311104155010256255266765
Binary11001001100010011011010100001010111010101101010110110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9446D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9446D; }

 p { color: rgb(201,68,109); }

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

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

 a { background-color: rgb(201,68,109); }

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

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

 span { border-color: rgb(201,68,109); }

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