Html Css Color HEX #D8B192 Cashmere

📋 copy color: '#D8B192'

red 216 ◦ green 177 ◦ blue 146

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

Shades of Cashmere #D8B192

Tints of Cashmere #D8B192

RGB

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

 GREEN value IS 177 (69.53% from 255) = 32.84%

 BLUE value IS 146 (57.42% from 255) = 27.09%

R = 40.07%
G = 32.84%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D8B192 (or 0xD8B192) is known color: Cashmere. HEX triplet: D8, B1 and 92. RGB value is (216,177,146). Sum of RGB (Red+Green+Blue) = 216+177+146=539 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.07% from 539); Green value is 177 (69.53% from 255 or 32.84% from 539); Blue value is 146 (57.42% from 255 or 27.09% from 539); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8B192 is #274E6D. Grayscale: #B9B9B9. Windows color (decimal): -2575982 or 9613784. OLE color: 9613784.

HSL color Cylindrical-coordinate representation of color #D8B192: hue angle of 26.57º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D8B192 is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 177 146 -
CMYK 0 0.18 0.32 0.15
HSL 26.57º 0.47% 0.71% -
HSV(B) 26.57º 0.32% 0.85% -
XYZ 49.23 48.12 33.89 -
YUV 185.13 105.92 150.02 -
System Red Green Blue C M Y K H S L
Decimal 216 177 146 0 0.18 0.32 0.15 26.57 0.47 0.71
Hex D8 B1 92 0 12 20 F 1B 2F 47
Octal 330 261 222 0 22 40 17 33 57 107
Binary 11011000 10110001 10010010 0 10010 100000 1111 11011 101111 1000111

Color Harmonies of #D8B192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B192

Black with #D8B192

Text Example


Text Example

White with #D8B192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B192; }

 p { color: rgb(216,177,146); }

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

background-color css

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

 a { background-color: rgb(216,177,146); }

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

border-color css

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

 span { border-color: rgb(216,177,146); }

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