#CD446C

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

Shades of Cabaret #CD446C

Tints of Cabaret #CD446C

Color information

#CD446C (or 0xCD446C) is unknown color: approx Cabaret. HEX triplet: CD, 44 and 6C. RGB value is (205,68,108). Sum of RGB (Red+Green+Blue) = 205+68+108=381 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.81% from 381); Green value is 68 (26.95% from 255 or 17.85% from 381); Blue value is 108 (42.58% from 255 or 28.35% from 381); Max value from RGB is 205 - color contains mainly: red. Hex color #CD446C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD446C is #32BB93. Grayscale: #717171. Windows color (decimal): -3324820 or 7095501. OLE color: 7095501.

HSL color Cylindrical-coordinate representation of color #CD446C: hue angle of 342.48º 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 #CD446C is Cyan = 0, Magento = 0.67, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB20568108-
CMYK00.670.470.20
HSL342.48º57.81%53.53%-
HSV(B)342.48º66.83%80.39%-
XYZ29.9518.216.12-
YUV113.52124.89193.25-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 53.81%
GREEN value IS 68 (26.95% from 255) = 17.85%
BLUE value IS 108 (42.58% from 255) = 28.35%
R=53.81%
G=17.85%
B=28.35%

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
Decimal2056810800.670.470.20342.4857.8153.53
HexCD446C0432F141563a36
Octal315104154010357245267266
Binary11001101100010011011000100001110111110100101010110111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD446C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD446C; }

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

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

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

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

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

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

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

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