#C9B098

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

Shades of Cashmere #C9B098

Tints of Cashmere #C9B098

Color information

#C9B098 (or 0xC9B098) is unknown color: approx Cashmere. HEX triplet: C9, B0 and 98. RGB value is (201,176,152). Sum of RGB (Red+Green+Blue) = 201+176+152=529 (70% of max value = 765). Red value is 201 (78.91% from 255 or 38.00% from 529); Green value is 176 (69.14% from 255 or 33.27% from 529); Blue value is 152 (59.77% from 255 or 28.73% from 529); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9B098 is #364F67. Grayscale: #B4B4B4. Windows color (decimal): -3559272 or 10006729. OLE color: 10006729.

HSL color Cylindrical-coordinate representation of color #C9B098: hue angle of 29.39º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C9B098 is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB201176152-
CMYK00.120.240.21
HSL29.39º31.21%69.22%-
HSV(B)29.39º24.38%78.82%-
XYZ45.2845.7436.15-
YUV180.74111.78142.45-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.00%
GREEN value IS 176 (69.14% from 255) = 33.27%
BLUE value IS 152 (59.77% from 255) = 28.73%
R=38.00%
G=33.27%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117615200.120.240.2129.3931.2169.22
HexC9B0980C18151d1f45
Octal31126023001430253537105
Binary11001001101100001001100001100110001010111101111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B098; }

 p { color: rgb(201,176,152); }

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

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

 a { background-color: rgb(201,176,152); }

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

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

 span { border-color: rgb(201,176,152); }

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