#D0636F

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

Shades of Cabaret #D0636F

Tints of Cabaret #D0636F

Color information

#D0636F (or 0xD0636F) is unknown color: approx Cabaret. HEX triplet: D0, 63 and 6F. RGB value is (208,99,111). Sum of RGB (Red+Green+Blue) = 208+99+111=418 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.76% from 418); Green value is 99 (39.06% from 255 or 23.68% from 418); Blue value is 111 (43.75% from 255 or 26.56% from 418); Max value from RGB is 208 - color contains mainly: red. Hex color #D0636F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0636F is #2F9C90. Grayscale: #858585. Windows color (decimal): -3120273 or 7300048. OLE color: 7300048.

HSL color Cylindrical-coordinate representation of color #D0636F: hue angle of 353.39º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D0636F is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB20899111-
CMYK00.520.470.18
HSL353.39º53.69%60.2%-
HSV(B)353.39º52.4%81.57%-
XYZ33.3423.4817.81-
YUV132.96115.61181.52-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 49.76%
GREEN value IS 99 (39.06% from 255) = 23.68%
BLUE value IS 111 (43.75% from 255) = 26.56%
R=49.76%
G=23.68%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2089911100.520.470.18353.3953.6960.2
HexD0636F0342F12161363c
Octal32014315706457225416674
Binary1101000011000111101111011010010111110010101100001110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0636F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0636F; }

 p { color: rgb(208,99,111); }

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

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

 a { background-color: rgb(208,99,111); }

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

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

 span { border-color: rgb(208,99,111); }

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