Html Css Color HEX #D85A67 Cabaret

📋 copy color: '#D85A67'

red 216 ◦ green 90 ◦ blue 103

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

Shades of Cabaret #D85A67

Tints of Cabaret #D85A67

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22%

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

R = 52.81%
G = 22%
B = 25.18%

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

#D85A67 (or 0xD85A67) is known color: Cabaret. HEX triplet: D8, 5A and 67. RGB value is (216,90,103). Sum of RGB (Red+Green+Blue) = 216+90+103=409 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.81% from 409); Green value is 90 (35.55% from 255 or 22.00% from 409); Blue value is 103 (40.62% from 255 or 25.18% from 409); Max value from RGB is 216 - color contains mainly: red. Hex color #D85A67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85A67 is #27A598. Grayscale: #818181. Windows color (decimal): -2598297 or 6773464. OLE color: 6773464.

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

Color convert

RGB 216 90 103 -
CMYK 0 0.58 0.52 0.15
HSL 353.81º 0.62% 0.6% -
HSV(B) 353.81º 0.58% 0.85% -
XYZ 34.42 22.89 15.44 -
YUV 129.16 113.24 189.94 -
System Red Green Blue C M Y K H S L
Decimal 216 90 103 0 0.58 0.52 0.15 353.81 0.62 0.6
Hex D8 5A 67 0 3A 34 F 162 3E 3C
Octal 330 132 147 0 72 64 17 542 76 74
Binary 11011000 1011010 1100111 0 111010 110100 1111 101100010 111110 111100

Color Harmonies of #D85A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85A67

Black with #D85A67

Text Example


Text Example

White with #D85A67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85A67; }

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

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

background-color css

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

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

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

border-color css

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

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

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