#CD446D

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

Shades of Cabaret #CD446D

Tints of Cabaret #CD446D

Color information

#CD446D (or 0xCD446D) is unknown color: approx Cabaret. HEX triplet: CD, 44 and 6D. RGB value is (205,68,109). Sum of RGB (Red+Green+Blue) = 205+68+109=382 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.66% from 382); Green value is 68 (26.95% from 255 or 17.80% from 382); Blue value is 109 (42.97% from 255 or 28.53% from 382); Max value from RGB is 205 - color contains mainly: red. Hex color #CD446D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD446D is #32BB92. Grayscale: #717171. Windows color (decimal): -3324819 or 7161037. OLE color: 7161037.

HSL color Cylindrical-coordinate representation of color #CD446D: hue angle of 342.04º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CD446D is Cyan = 0, Magento = 0.67, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB20568109-
CMYK00.670.470.20
HSL342.04º57.81%53.53%-
HSV(B)342.04º66.83%80.39%-
XYZ3018.2216.4-
YUV113.64125.39193.17-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 53.66%
GREEN value IS 68 (26.95% from 255) = 17.80%
BLUE value IS 109 (42.97% from 255) = 28.53%
R=53.66%
G=17.80%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2056810900.670.470.20342.0457.8153.53
HexCD446D0432F141563a36
Octal315104155010357245267266
Binary11001101100010011011010100001110111110100101010110111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD446D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD446D; }

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

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

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

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

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

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

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

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