#CD476F

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

Shades of Cabaret #CD476F

Tints of Cabaret #CD476F

Color information

#CD476F (or 0xCD476F) is unknown color: approx Cabaret. HEX triplet: CD, 47 and 6F. RGB value is (205,71,111). Sum of RGB (Red+Green+Blue) = 205+71+111=387 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.97% from 387); Green value is 71 (28.12% from 255 or 18.35% from 387); Blue value is 111 (43.75% from 255 or 28.68% from 387); Max value from RGB is 205 - color contains mainly: red. Hex color #CD476F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD476F is #32B890. Grayscale: #737373. Windows color (decimal): -3324049 or 7292877. OLE color: 7292877.

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

Color convert

RGB20571111-
CMYK00.650.460.20
HSL342.09º57.26%54.12%-
HSV(B)342.09º65.37%80.39%-
XYZ30.318.6317.04-
YUV115.63125.39191.75-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 52.97%
GREEN value IS 71 (28.12% from 255) = 18.35%
BLUE value IS 111 (43.75% from 255) = 28.68%
R=52.97%
G=18.35%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2057111100.650.460.20342.0957.2654.12
HexCD476F0412E141563936
Octal315107157010156245267166
Binary11001101100011111011110100000110111010100101010110111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD476F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD476F; }

 p { color: rgb(205,71,111); }

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

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

 a { background-color: rgb(205,71,111); }

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

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

 span { border-color: rgb(205,71,111); }

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