#CD5E7A

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

Shades of Cabaret #CD5E7A

Tints of Cabaret #CD5E7A

Color information

#CD5E7A (or 0xCD5E7A) is unknown color: approx Cabaret. HEX triplet: CD, 5E and 7A. RGB value is (205,94,122). Sum of RGB (Red+Green+Blue) = 205+94+122=421 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.69% from 421); Green value is 94 (37.11% from 255 or 22.33% from 421); Blue value is 122 (48.05% from 255 or 28.98% from 421); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5E7A is #32A185. Grayscale: #828282. Windows color (decimal): -3318150 or 8019661. OLE color: 8019661.

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

Color convert

RGB20594122-
CMYK00.540.400.20
HSL344.86º52.61%58.63%-
HSV(B)344.86º54.15%80.39%-
XYZ32.6922.3921.01-
YUV130.38123.27181.22-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.69%
GREEN value IS 94 (37.11% from 255) = 22.33%
BLUE value IS 122 (48.05% from 255) = 28.98%
R=48.69%
G=22.33%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059412200.540.400.20344.8652.6158.63
HexCD5E7A0362814159353b
Octal31513617206650245316573
Binary1100110110111101111010011011010100010100101011001110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5E7A; }

 p { color: rgb(205,94,122); }

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

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

 a { background-color: rgb(205,94,122); }

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

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

 span { border-color: rgb(205,94,122); }

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