Html Css Color HEX #D85C6D Cabaret

📋 copy color: '#D85C6D'

red 216 ◦ green 92 ◦ blue 109

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

Shades of Cabaret #D85C6D

Tints of Cabaret #D85C6D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.06%

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

R = 51.8%
G = 22.06%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D85C6D (or 0xD85C6D) is known color: Cabaret. HEX triplet: D8, 5C and 6D. RGB value is (216,92,109). Sum of RGB (Red+Green+Blue) = 216+92+109=417 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.80% from 417); Green value is 92 (36.33% from 255 or 22.06% from 417); Blue value is 109 (42.97% from 255 or 26.14% from 417); Max value from RGB is 216 - color contains mainly: red. Hex color #D85C6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85C6D is #27A392. Grayscale: #838383. Windows color (decimal): -2597779 or 7167192. OLE color: 7167192.

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

Color convert

RGB 216 92 109 -
CMYK 0 0.57 0.50 0.15
HSL 351.77º 0.61% 0.6% -
HSV(B) 351.77º 0.57% 0.85% -
XYZ 34.91 23.36 17.14 -
YUV 131.01 115.58 188.62 -
System Red Green Blue C M Y K H S L
Decimal 216 92 109 0 0.57 0.50 0.15 351.77 0.61 0.6
Hex D8 5C 6D 0 39 32 F 160 3D 3C
Octal 330 134 155 0 71 62 17 540 75 74
Binary 11011000 1011100 1101101 0 111001 110010 1111 101100000 111101 111100

Color Harmonies of #D85C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85C6D

Black with #D85C6D

Text Example


Text Example

White with #D85C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85C6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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