#C9B98E

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

Shades of Yuma #C9B98E

Tints of Yuma #C9B98E

Color information

#C9B98E (or 0xC9B98E) is unknown color: approx Yuma. HEX triplet: C9, B9 and 8E. RGB value is (201,185,142). Sum of RGB (Red+Green+Blue) = 201+185+142=528 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.07% from 528); Green value is 185 (72.66% from 255 or 35.04% from 528); Blue value is 142 (55.86% from 255 or 26.89% from 528); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B98E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9B98E is #364671. Grayscale: #B9B9B9. Windows color (decimal): -3556978 or 9353673. OLE color: 9353673.

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

Color convert

RGB201185142-
CMYK00.080.290.21
HSL43.73º35.33%67.25%-
HSV(B)43.73º29.35%78.82%-
XYZ46.3249.0732.62-
YUV184.88103.8139.5-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.07%
GREEN value IS 185 (72.66% from 255) = 35.04%
BLUE value IS 142 (55.86% from 255) = 26.89%
R=38.07%
G=35.04%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118514200.080.290.2143.7335.3367.25
HexC9B98E081D152c2343
Octal31127121601035255443103
Binary1100100110111001100011100100011101101011011001000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B98E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B98E; }

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

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

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

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

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

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

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

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