#C9B98D

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

Shades of Yuma #C9B98D

Tints of Yuma #C9B98D

Color information

#C9B98D (or 0xC9B98D) is unknown color: approx Yuma. HEX triplet: C9, B9 and 8D. RGB value is (201,185,141). Sum of RGB (Red+Green+Blue) = 201+185+141=527 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.14% from 527); Green value is 185 (72.66% from 255 or 35.10% from 527); Blue value is 141 (55.47% from 255 or 26.76% from 527); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B98D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9B98D is #364672. Grayscale: #B8B8B8. Windows color (decimal): -3556979 or 9288137. OLE color: 9288137.

HSL color Cylindrical-coordinate representation of color #C9B98D: hue angle of 44º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C9B98D is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB201185141-
CMYK00.080.300.21
HSL44º35.71%67.06%-
HSV(B)44º29.85%78.82%-
XYZ46.2449.0432.23-
YUV184.77103.3139.58-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.14%
GREEN value IS 185 (72.66% from 255) = 35.10%
BLUE value IS 141 (55.47% from 255) = 26.76%
R=38.14%
G=35.10%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118514100.080.300.214435.7167.06
HexC9B98D081E152c2443
Octal31127121501036255444103
Binary1100100110111001100011010100011110101011011001001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B98D; }

 p { color: rgb(201,185,141); }

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

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

 a { background-color: rgb(201,185,141); }

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

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

 span { border-color: rgb(201,185,141); }

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