#C8B09D

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

Shades of Cashmere #C8B09D

Tints of Cashmere #C8B09D

Color information

#C8B09D (or 0xC8B09D) is unknown color: approx Cashmere. HEX triplet: C8, B0 and 9D. RGB value is (200,176,157). Sum of RGB (Red+Green+Blue) = 200+176+157=533 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.52% from 533); Green value is 176 (69.14% from 255 or 33.02% from 533); Blue value is 157 (61.72% from 255 or 29.46% from 533); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B09D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8B09D is #374F62. Grayscale: #B5B5B5. Windows color (decimal): -3624803 or 10334408. OLE color: 10334408.

HSL color Cylindrical-coordinate representation of color #C8B09D: hue angle of 26.51º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C8B09D is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB200176157-
CMYK00.120.220.22
HSL26.51º28.1%70%-
HSV(B)26.51º21.5%78.43%-
XYZ45.4345.7638.34-
YUV181.01114.45141.54-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.52%
GREEN value IS 176 (69.14% from 255) = 33.02%
BLUE value IS 157 (61.72% from 255) = 29.46%
R=37.52%
G=33.02%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017615700.120.220.2226.5128.170
HexC8B09D0C16161b1c46
Octal31026023501426263334106
Binary11001000101100001001110101100101101011011011111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B09D; }

 p { color: rgb(200,176,157); }

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

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

 a { background-color: rgb(200,176,157); }

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

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

 span { border-color: rgb(200,176,157); }

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