#C9B98C

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

Shades of Yuma #C9B98C

Tints of Yuma #C9B98C

Color information

#C9B98C (or 0xC9B98C) is unknown color: approx Yuma. HEX triplet: C9, B9 and 8C. RGB value is (201,185,140). Sum of RGB (Red+Green+Blue) = 201+185+140=526 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.21% from 526); Green value is 185 (72.66% from 255 or 35.17% from 526); Blue value is 140 (55.08% from 255 or 26.62% from 526); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B98C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9B98C is #364673. Grayscale: #B8B8B8. Windows color (decimal): -3556980 or 9222601. OLE color: 9222601.

HSL color Cylindrical-coordinate representation of color #C9B98C: hue angle of 44.26º 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 #C9B98C is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB201185140-
CMYK00.080.300.21
HSL44.26º36.09%66.86%-
HSV(B)44.26º30.35%78.82%-
XYZ46.1749.0131.84-
YUV184.65102.8139.66-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.21%
GREEN value IS 185 (72.66% from 255) = 35.17%
BLUE value IS 140 (55.08% from 255) = 26.62%
R=38.21%
G=35.17%
B=26.62%

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
Decimal20118514000.080.300.2144.2636.0966.86
HexC9B98C081E152c2443
Octal31127121401036255444103
Binary1100100110111001100011000100011110101011011001001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B98C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B98C; }

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

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

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

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

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

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

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

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