#cd3f6f

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

Shades of Cabaret #CD3F6F

Tints of Cabaret #CD3F6F

Color information

#CD3F6F (or 0xCD3F6F) is unknown color: approx Cabaret. HEX triplet: CD, 3F and 6F. RGB value is (205,63,111). Sum of RGB (Red+Green+Blue) = 205+63+111=379 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.09% from 379); Green value is 63 (25% from 255 or 16.62% from 379); Blue value is 111 (43.75% from 255 or 29.29% from 379); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3F6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3F6F is #32C090. Grayscale: #6E6E6E. Windows color (decimal): -3326097 or 7290829. OLE color: 7290829.

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

Color convert

RGB20563111-
CMYK00.690.460.20
HSL339.72º58.68%52.55%-
HSV(B)339.72º69.27%80.39%-
XYZ29.8217.6816.88-
YUV110.93128.04195.1-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 54.09%
GREEN value IS 63 (25% from 255) = 16.62%
BLUE value IS 111 (43.75% from 255) = 29.29%
R=54.09%
G=16.62%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2056311100.690.460.20339.7258.6852.55
HexCD3F6F0452E141543b35
Octal31577157010556245247365
Binary1100110111111111011110100010110111010100101010100111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd3f6f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd3f6f; }

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

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

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

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

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

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

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

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