Html Css Color HEX #D85B69 Cabaret

📋 copy color: '#D85B69'

red 216 ◦ green 91 ◦ blue 105

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

Shades of Cabaret #D85B69

Tints of Cabaret #D85B69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 25.49%

R = 52.43%
G = 22.09%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D85B69 (or 0xD85B69) is known color: Cabaret. HEX triplet: D8, 5B and 69. RGB value is (216,91,105). Sum of RGB (Red+Green+Blue) = 216+91+105=412 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.43% from 412); Green value is 91 (35.94% from 255 or 22.09% from 412); Blue value is 105 (41.41% from 255 or 25.49% from 412); Max value from RGB is 216 - color contains mainly: red. Hex color #D85B69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85B69 is #27A496. Grayscale: #828282. Windows color (decimal): -2598039 or 6904792. OLE color: 6904792.

HSL color Cylindrical-coordinate representation of color #D85B69: hue angle of 353.28º 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 #D85B69 is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 91 105 -
CMYK 0 0.58 0.51 0.15
HSL 353.28º 0.62% 0.6% -
HSV(B) 353.28º 0.58% 0.85% -
XYZ 34.61 23.1 16 -
YUV 129.97 113.91 189.36 -
System Red Green Blue C M Y K H S L
Decimal 216 91 105 0 0.58 0.51 0.15 353.28 0.62 0.6
Hex D8 5B 69 0 3A 33 F 161 3E 3C
Octal 330 133 151 0 72 63 17 541 76 74
Binary 11011000 1011011 1101001 0 111010 110011 1111 101100001 111110 111100

Color Harmonies of #D85B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85B69

Black with #D85B69

Text Example


Text Example

White with #D85B69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85B69; }

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

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

background-color css

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

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

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

border-color css

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

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

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