#D2606A

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

Shades of Cabaret #D2606A

Tints of Cabaret #D2606A

Color information

#D2606A (or 0xD2606A) is unknown color: approx Cabaret. HEX triplet: D2, 60 and 6A. RGB value is (210,96,106). Sum of RGB (Red+Green+Blue) = 210+96+106=412 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.97% from 412); Green value is 96 (37.89% from 255 or 23.30% from 412); Blue value is 106 (41.80% from 255 or 25.73% from 412); Max value from RGB is 210 - color contains mainly: red. Hex color #D2606A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2606A is #2D9F95. Grayscale: #838383. Windows color (decimal): -2989974 or 6971602. OLE color: 6971602.

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

Color convert

RGB21096106-
CMYK00.540.500.18
HSL354.74º55.88%60%-
HSV(B)354.74º54.29%82.35%-
XYZ33.3623.1116.34-
YUV131.23113.77184.19-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 50.97%
GREEN value IS 96 (37.89% from 255) = 23.30%
BLUE value IS 106 (41.80% from 255) = 25.73%
R=50.97%
G=23.30%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2109610600.540.500.18354.7455.8860
HexD2606A0363212163383c
Octal32214015206662225437074
Binary1101001011000001101010011011011001010010101100011111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2606A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2606A; }

 p { color: rgb(210,96,106); }

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

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

 a { background-color: rgb(210,96,106); }

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

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

 span { border-color: rgb(210,96,106); }

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