Html Css Color HEX #D85B68 Cabaret

📋 copy color: '#D85B68'

red 216 ◦ green 91 ◦ blue 104

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

Shades of Cabaret #D85B68

Tints of Cabaret #D85B68

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.14%

 BLUE value IS 104 (41.02% from 255) = 25.3%

R = 52.55%
G = 22.14%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#D85B68 (or 0xD85B68) is known color: Cabaret. HEX triplet: D8, 5B and 68. RGB value is (216,91,104). Sum of RGB (Red+Green+Blue) = 216+91+104=411 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.55% from 411); Green value is 91 (35.94% from 255 or 22.14% from 411); Blue value is 104 (41.02% from 255 or 25.30% from 411); Max value from RGB is 216 - color contains mainly: red. Hex color #D85B68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85B68 is #27A497. Grayscale: #818181. Windows color (decimal): -2598040 or 6839256. OLE color: 6839256.

HSL color Cylindrical-coordinate representation of color #D85B68: hue angle of 353.76º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D85B68 is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 91 104 -
CMYK 0 0.58 0.52 0.15
HSL 353.76º 0.62% 0.6% -
HSV(B) 353.76º 0.58% 0.85% -
XYZ 34.56 23.08 15.73 -
YUV 129.86 113.41 189.44 -
System Red Green Blue C M Y K H S L
Decimal 216 91 104 0 0.58 0.52 0.15 353.76 0.62 0.6
Hex D8 5B 68 0 3A 34 F 162 3E 3C
Octal 330 133 150 0 72 64 17 542 76 74
Binary 11011000 1011011 1101000 0 111010 110100 1111 101100010 111110 111100

Color Harmonies of #D85B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85B68

Black with #D85B68

Text Example


Text Example

White with #D85B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85B68; }

 p { color: rgb(216,91,104); }

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

background-color css

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

 a { background-color: rgb(216,91,104); }

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

border-color css

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

 span { border-color: rgb(216,91,104); }

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