Html Css Color HEX #D85667 Cabaret

📋 copy color: '#D85667'

red 216 ◦ green 86 ◦ blue 103

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

Shades of Cabaret #D85667

Tints of Cabaret #D85667

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.23%

 BLUE value IS 103 (40.63% from 255) = 25.43%

R = 53.33%
G = 21.23%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#D85667 (or 0xD85667) is known color: Cabaret. HEX triplet: D8, 56 and 67. RGB value is (216,86,103). Sum of RGB (Red+Green+Blue) = 216+86+103=405 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.33% from 405); Green value is 86 (33.98% from 255 or 21.23% from 405); Blue value is 103 (40.62% from 255 or 25.43% from 405); Max value from RGB is 216 - color contains mainly: red. Hex color #D85667 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85667 is #27A998. Grayscale: #7E7E7E. Windows color (decimal): -2599321 or 6772440. OLE color: 6772440.

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

Color convert

RGB 216 86 103 -
CMYK 0 0.60 0.52 0.15
HSL 352.15º 0.63% 0.59% -
HSV(B) 352.15º 0.6% 0.85% -
XYZ 34.09 22.23 15.33 -
YUV 126.81 114.57 191.62 -
System Red Green Blue C M Y K H S L
Decimal 216 86 103 0 0.60 0.52 0.15 352.15 0.63 0.59
Hex D8 56 67 0 3C 34 F 160 3E 3B
Octal 330 126 147 0 74 64 17 540 76 73
Binary 11011000 1010110 1100111 0 111100 110100 1111 101100000 111110 111011

Color Harmonies of #D85667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85667

Black with #D85667

Text Example


Text Example

White with #D85667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85667; }

 p { color: rgb(216,86,103); }

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

background-color css

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

 a { background-color: rgb(216,86,103); }

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

border-color css

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

 span { border-color: rgb(216,86,103); }

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