#cd506e

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

Shades of Cabaret #CD506E

Tints of Cabaret #CD506E

Color information

#CD506E (or 0xCD506E) is unknown color: approx Cabaret. HEX triplet: CD, 50 and 6E. RGB value is (205,80,110). Sum of RGB (Red+Green+Blue) = 205+80+110=395 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.90% from 395); Green value is 80 (31.64% from 255 or 20.25% from 395); Blue value is 110 (43.36% from 255 or 27.85% from 395); Max value from RGB is 205 - color contains mainly: red. Hex color #CD506E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD506E is #32AF91. Grayscale: #787878. Windows color (decimal): -3321746 or 7229645. OLE color: 7229645.

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

Color convert

RGB20580110-
CMYK00.610.460.20
HSL345.6º55.56%55.88%-
HSV(B)345.6º60.98%80.39%-
XYZ30.8619.8416.96-
YUV120.8121.91188.06-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 51.90%
GREEN value IS 80 (31.64% from 255) = 20.25%
BLUE value IS 110 (43.36% from 255) = 27.85%
R=51.90%
G=20.25%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058011000.610.460.20345.655.5655.88
HexCD506E03D2E1415a3838
Octal31512015607556245327070
Binary1100110110100001101110011110110111010100101011010111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd506e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd506e; }

 p { color: rgb(205,80,110); }

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

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

 a { background-color: rgb(205,80,110); }

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

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

 span { border-color: rgb(205,80,110); }

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