Html Css Color HEX #D7B194 Cashmere

📋 copy color: '#D7B194'

red 215 ◦ green 177 ◦ blue 148

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

Shades of Cashmere #D7B194

Tints of Cashmere #D7B194

RGB

 RED value IS 215 (84.38% from 255) = 39.81%

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

 BLUE value IS 148 (58.2% from 255) = 27.41%

R = 39.81%
G = 32.78%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D7B194 (or 0xD7B194) is known color: Cashmere. HEX triplet: D7, B1 and 94. RGB value is (215,177,148). Sum of RGB (Red+Green+Blue) = 215+177+148=540 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.81% from 540); Green value is 177 (69.53% from 255 or 32.78% from 540); Blue value is 148 (58.20% from 255 or 27.41% from 540); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7B194 is #284E6B. Grayscale: #B9B9B9. Windows color (decimal): -2641516 or 9744855. OLE color: 9744855.

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

Color convert

RGB 215 177 148 -
CMYK 0 0.18 0.31 0.16
HSL 25.97º 0.46% 0.71% -
HSV(B) 25.97º 0.31% 0.84% -
XYZ 49.09 48.03 34.7 -
YUV 185.06 107.09 149.36 -
System Red Green Blue C M Y K H S L
Decimal 215 177 148 0 0.18 0.31 0.16 25.97 0.46 0.71
Hex D7 B1 94 0 12 1F 10 1A 2E 47
Octal 327 261 224 0 22 37 20 32 56 107
Binary 11010111 10110001 10010100 0 10010 11111 10000 11010 101110 1000111

Color Harmonies of #D7B194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B194

Black with #D7B194

Text Example


Text Example

White with #D7B194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B194; }

 p { color: rgb(215,177,148); }

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

background-color css

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

 a { background-color: rgb(215,177,148); }

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

border-color css

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

 span { border-color: rgb(215,177,148); }

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