Html Css Color HEX #D95B67 Cabaret

📋 copy color: '#D95B67'

red 217 ◦ green 91 ◦ blue 103

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

Shades of Cabaret #D95B67

Tints of Cabaret #D95B67

RGB

 RED value IS 217 (85.16% from 255) = 52.8%

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

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

R = 52.8%
G = 22.14%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D95B67 (or 0xD95B67) is known color: Cabaret. HEX triplet: D9, 5B and 67. RGB value is (217,91,103). Sum of RGB (Red+Green+Blue) = 217+91+103=411 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.80% from 411); Green value is 91 (35.94% from 255 or 22.14% from 411); Blue value is 103 (40.62% from 255 or 25.06% from 411); Max value from RGB is 217 - color contains mainly: red. Hex color #D95B67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95B67 is #26A498. Grayscale: #828282. Windows color (decimal): -2532505 or 6773721. OLE color: 6773721.

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

Color convert

RGB 217 91 103 -
CMYK 0 0.58 0.53 0.15
HSL 354.29º 0.62% 0.6% -
HSV(B) 354.29º 0.58% 0.85% -
XYZ 34.8 23.21 15.48 -
YUV 130.04 112.74 190.02 -
System Red Green Blue C M Y K H S L
Decimal 217 91 103 0 0.58 0.53 0.15 354.29 0.62 0.6
Hex D9 5B 67 0 3A 35 F 162 3E 3C
Octal 331 133 147 0 72 65 17 542 76 74
Binary 11011001 1011011 1100111 0 111010 110101 1111 101100010 111110 111100

Color Harmonies of #D95B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95B67

Black with #D95B67

Text Example


Text Example

White with #D95B67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95B67; }

 p { color: rgb(217,91,103); }

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

background-color css

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

 a { background-color: rgb(217,91,103); }

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

border-color css

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

 span { border-color: rgb(217,91,103); }

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