#CD536E

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

Shades of Cabaret #CD536E

Tints of Cabaret #CD536E

Color information

#CD536E (or 0xCD536E) is unknown color: approx Cabaret. HEX triplet: CD, 53 and 6E. RGB value is (205,83,110). Sum of RGB (Red+Green+Blue) = 205+83+110=398 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.51% from 398); Green value is 83 (32.81% from 255 or 20.85% from 398); Blue value is 110 (43.36% from 255 or 27.64% from 398); Max value from RGB is 205 - color contains mainly: red. Hex color #CD536E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD536E is #32AC91. Grayscale: #7A7A7A. Windows color (decimal): -3320978 or 7230413. OLE color: 7230413.

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

Color convert

RGB20583110-
CMYK00.600.460.20
HSL346.72º54.95%56.47%-
HSV(B)346.72º59.51%80.39%-
XYZ31.0820.2917.03-
YUV122.56120.92186.8-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 51.51%
GREEN value IS 83 (32.81% from 255) = 20.85%
BLUE value IS 110 (43.36% from 255) = 27.64%
R=51.51%
G=20.85%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058311000.600.460.20346.7254.9556.47
HexCD536E03C2E1415b3738
Octal31512315607456245336770
Binary1100110110100111101110011110010111010100101011011110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD536E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD536E; }

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

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

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

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

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

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

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

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