Html Css Color HEX #D6B198 Cashmere

📋 copy color: '#D6B198'

red 214 ◦ green 177 ◦ blue 152

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

Shades of Cashmere #D6B198

Tints of Cashmere #D6B198

RGB

 RED value IS 214 (83.98% from 255) = 39.41%

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

 BLUE value IS 152 (59.77% from 255) = 27.99%

R = 39.41%
G = 32.6%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D6B198 (or 0xD6B198) is known color: Cashmere. HEX triplet: D6, B1 and 98. RGB value is (214,177,152). Sum of RGB (Red+Green+Blue) = 214+177+152=543 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.41% from 543); Green value is 177 (69.53% from 255 or 32.60% from 543); Blue value is 152 (59.77% from 255 or 27.99% from 543); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B198 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6B198 is #294E67. Grayscale: #B9B9B9. Windows color (decimal): -2707048 or 10006998. OLE color: 10006998.

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

Color convert

RGB 214 177 152 -
CMYK 0 0.17 0.29 0.16
HSL 24.19º 0.43% 0.72% -
HSV(B) 24.19º 0.29% 0.84% -
XYZ 49.12 48.01 36.38 -
YUV 185.21 109.26 148.53 -
System Red Green Blue C M Y K H S L
Decimal 214 177 152 0 0.17 0.29 0.16 24.19 0.43 0.72
Hex D6 B1 98 0 11 1D 10 18 2B 48
Octal 326 261 230 0 21 35 20 30 53 110
Binary 11010110 10110001 10011000 0 10001 11101 10000 11000 101011 1001000

Color Harmonies of #D6B198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B198

Black with #D6B198

Text Example


Text Example

White with #D6B198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B198; }

 p { color: rgb(214,177,152); }

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

background-color css

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

 a { background-color: rgb(214,177,152); }

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

border-color css

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

 span { border-color: rgb(214,177,152); }

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