Html Css Color HEX #D8606B Cabaret

📋 copy color: '#D8606B'

red 216 ◦ green 96 ◦ blue 107

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

Shades of Cabaret #D8606B

Tints of Cabaret #D8606B

RGB

 RED value IS 216 (84.77% from 255) = 51.55%

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

 BLUE value IS 107 (42.19% from 255) = 25.54%

R = 51.55%
G = 22.91%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D8606B (or 0xD8606B) is known color: Cabaret. HEX triplet: D8, 60 and 6B. RGB value is (216,96,107). Sum of RGB (Red+Green+Blue) = 216+96+107=419 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.55% from 419); Green value is 96 (37.89% from 255 or 22.91% from 419); Blue value is 107 (42.19% from 255 or 25.54% from 419); Max value from RGB is 216 - color contains mainly: red. Hex color #D8606B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8606B is #279F94. Grayscale: #858585. Windows color (decimal): -2596757 or 7037144. OLE color: 7037144.

HSL color Cylindrical-coordinate representation of color #D8606B: hue angle of 354.5º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D8606B is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 96 107 -
CMYK 0 0.56 0.50 0.15
HSL 354.5º 0.61% 0.61% -
HSV(B) 354.5º 0.56% 0.85% -
XYZ 35.16 24.03 16.69 -
YUV 133.13 113.26 187.11 -
System Red Green Blue C M Y K H S L
Decimal 216 96 107 0 0.56 0.50 0.15 354.5 0.61 0.61
Hex D8 60 6B 0 38 32 F 162 3D 3D
Octal 330 140 153 0 70 62 17 542 75 75
Binary 11011000 1100000 1101011 0 111000 110010 1111 101100010 111101 111101

Color Harmonies of #D8606B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8606B

Black with #D8606B

Text Example


Text Example

White with #D8606B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8606B; }

 p { color: rgb(216,96,107); }

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

background-color css

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

 a { background-color: rgb(216,96,107); }

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

border-color css

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

 span { border-color: rgb(216,96,107); }

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