Html Css Color HEX #D5B192 Cashmere

📋 copy color: '#D5B192'

red 213 ◦ green 177 ◦ blue 146

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

Shades of Cashmere #D5B192

Tints of Cashmere #D5B192

RGB

 RED value IS 213 (83.59% from 255) = 39.74%

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

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

R = 39.74%
G = 33.02%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D5B192 (or 0xD5B192) is known color: Cashmere. HEX triplet: D5, B1 and 92. RGB value is (213,177,146). Sum of RGB (Red+Green+Blue) = 213+177+146=536 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.74% from 536); Green value is 177 (69.53% from 255 or 33.02% from 536); Blue value is 146 (57.42% from 255 or 27.24% from 536); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5B192 is #2A4E6D. Grayscale: #B8B8B8. Windows color (decimal): -2772590 or 9613781. OLE color: 9613781.

HSL color Cylindrical-coordinate representation of color #D5B192: hue angle of 27.76º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D5B192 is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 177 146 -
CMYK 0 0.17 0.31 0.16
HSL 27.76º 0.44% 0.7% -
HSV(B) 27.76º 0.31% 0.84% -
XYZ 48.35 47.67 33.85 -
YUV 184.23 106.43 148.52 -
System Red Green Blue C M Y K H S L
Decimal 213 177 146 0 0.17 0.31 0.16 27.76 0.44 0.7
Hex D5 B1 92 0 11 1F 10 1C 2C 46
Octal 325 261 222 0 21 37 20 34 54 106
Binary 11010101 10110001 10010010 0 10001 11111 10000 11100 101100 1000110

Color Harmonies of #D5B192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B192

Black with #D5B192

Text Example


Text Example

White with #D5B192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B192; }

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

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

background-color css

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

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

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

border-color css

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

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

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