#D0B192

Color #D0B192 Cashmere (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cashmere #D0B192

Tints of Cashmere #D0B192

Color information

#D0B192 (or 0xD0B192) is unknown color: approx Cashmere. HEX triplet: D0, B1 and 92. RGB value is (208,177,146). Sum of RGB (Red+Green+Blue) = 208+177+146=531 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.17% from 531); Green value is 177 (69.53% from 255 or 33.33% from 531); Blue value is 146 (57.42% from 255 or 27.50% from 531); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0B192 is #2F4E6D. Grayscale: #B6B6B6. Windows color (decimal): -3100270 or 9613776. OLE color: 9613776.

HSL color Cylindrical-coordinate representation of color #D0B192: hue angle of 30º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D0B192 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB208177146-
CMYK00.150.300.18
HSL30º39.74%69.41%-
HSV(B)30º29.81%81.57%-
XYZ46.9246.9333.78-
YUV182.74107.27146.02-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.17%
GREEN value IS 177 (69.53% from 255) = 33.33%
BLUE value IS 146 (57.42% from 255) = 27.50%
R=39.17%
G=33.33%
B=27.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817714600.150.300.183039.7469.41
HexD0B1920F1E121e2845
Octal32026122201736223650105
Binary110100001011000110010010011111111010010111101010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B192; }

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

 H1.HeaderClassName
 {
   color: #D0B192;
 }
 .AnyTagClassName
 {
   color: #D0B192;
 }
</style>
background-color css

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

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

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

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

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

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