#C9B97A

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

Shades of Yuma #C9B97A

Tints of Yuma #C9B97A

Color information

#C9B97A (or 0xC9B97A) is unknown color: approx Yuma. HEX triplet: C9, B9 and 7A. RGB value is (201,185,122). Sum of RGB (Red+Green+Blue) = 201+185+122=508 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.57% from 508); Green value is 185 (72.66% from 255 or 36.42% from 508); Blue value is 122 (48.05% from 255 or 24.02% from 508); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B97A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9B97A is #364685. Grayscale: #B6B6B6. Windows color (decimal): -3556998 or 8042953. OLE color: 8042953.

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

Color convert

RGB201185122-
CMYK00.080.390.21
HSL47.85º42.25%63.33%-
HSV(B)47.85º39.3%78.82%-
XYZ44.9548.5225.41-
YUV182.693.8141.12-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.57%
GREEN value IS 185 (72.66% from 255) = 36.42%
BLUE value IS 122 (48.05% from 255) = 24.02%
R=39.57%
G=36.42%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118512200.080.390.2147.8542.2563.33
HexC9B97A082715302a3f
Octal3112711720104725605277
Binary110010011011100111110100100010011110101110000101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B97A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B97A; }

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

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

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

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

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

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

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

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