Html Css Color HEX #D8606D Cabaret

📋 copy color: '#D8606D'

red 216 ◦ green 96 ◦ blue 109

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

Shades of Cabaret #D8606D

Tints of Cabaret #D8606D

RGB

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

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

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

R = 51.31%
G = 22.8%
B = 25.89%

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

#D8606D (or 0xD8606D) is known color: Cabaret. HEX triplet: D8, 60 and 6D. RGB value is (216,96,109). Sum of RGB (Red+Green+Blue) = 216+96+109=421 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.31% from 421); Green value is 96 (37.89% from 255 or 22.80% from 421); Blue value is 109 (42.97% from 255 or 25.89% from 421); Max value from RGB is 216 - color contains mainly: red. Hex color #D8606D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8606D is #279F92. Grayscale: #858585. Windows color (decimal): -2596755 or 7168216. OLE color: 7168216.

HSL color Cylindrical-coordinate representation of color #D8606D: hue angle of 353.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 #D8606D is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 96 109 -
CMYK 0 0.56 0.50 0.15
HSL 353.5º 0.61% 0.61% -
HSV(B) 353.5º 0.56% 0.85% -
XYZ 35.26 24.07 17.26 -
YUV 133.36 114.26 186.94 -
System Red Green Blue C M Y K H S L
Decimal 216 96 109 0 0.56 0.50 0.15 353.5 0.61 0.61
Hex D8 60 6D 0 38 32 F 162 3D 3D
Octal 330 140 155 0 70 62 17 542 75 75
Binary 11011000 1100000 1101101 0 111000 110010 1111 101100010 111101 111101

Color Harmonies of #D8606D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8606D

Black with #D8606D

Text Example


Text Example

White with #D8606D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8606D; }

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

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

background-color css

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

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

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

border-color css

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

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

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