Html Css Color HEX #D1606D Cabaret

📋 copy color: '#D1606D'

red 209 ◦ green 96 ◦ blue 109

#D1606D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cabaret #D1606D

Tints of Cabaret #D1606D

RGB

 RED value IS 209 (82.03% from 255) = 50.48%

 GREEN value IS 96 (37.89% from 255) = 23.19%

 BLUE value IS 109 (42.97% from 255) = 26.33%

R = 50.48%
G = 23.19%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D1606D (or 0xD1606D) is known color: Cabaret. HEX triplet: D1, 60 and 6D. RGB value is (209,96,109). Sum of RGB (Red+Green+Blue) = 209+96+109=414 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.48% from 414); Green value is 96 (37.89% from 255 or 23.19% from 414); Blue value is 109 (42.97% from 255 or 26.33% from 414); Max value from RGB is 209 - color contains mainly: red. Hex color #D1606D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1606D is #2E9F92. Grayscale: #838383. Windows color (decimal): -3055507 or 7168209. OLE color: 7168209.

HSL color Cylindrical-coordinate representation of color #D1606D: hue angle of 353.1º degrees, saturation: 0.55, 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 #D1606D is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 96 109 -
CMYK 0 0.54 0.48 0.18
HSL 353.1º 0.55% 0.6% -
HSV(B) 353.1º 0.54% 0.82% -
XYZ 33.24 23.03 17.16 -
YUV 131.27 115.44 183.44 -
System Red Green Blue C M Y K H S L
Decimal 209 96 109 0 0.54 0.48 0.18 353.1 0.55 0.6
Hex D1 60 6D 0 36 30 12 161 37 3C
Octal 321 140 155 0 66 60 22 541 67 74
Binary 11010001 1100000 1101101 0 110110 110000 10010 101100001 110111 111100

Color Harmonies of #D1606D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1606D

Black with #D1606D

Text Example


Text Example

White with #D1606D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1606D; }

 p { color: rgb(209,96,109); }

 H1.HeaderClassName
 {
   color: #D1606D;
 }
 .AnyTagClassName
 {
   color: #D1606D;
 }
</style>

background-color css

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

 a { background-color: rgb(209,96,109); }

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

border-color css

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

 span { border-color: rgb(209,96,109); }

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