#C9BA79

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

Shades of Yuma #C9BA79

Tints of Yuma #C9BA79

Color information

#C9BA79 (or 0xC9BA79) is unknown color: approx Yuma. HEX triplet: C9, BA and 79. RGB value is (201,186,121). Sum of RGB (Red+Green+Blue) = 201+186+121=508 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.57% from 508); Green value is 186 (73.05% from 255 or 36.61% from 508); Blue value is 121 (47.66% from 255 or 23.82% from 508); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BA79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9BA79 is #364586. Grayscale: #B7B7B7. Windows color (decimal): -3556743 or 7977673. OLE color: 7977673.

HSL color Cylindrical-coordinate representation of color #C9BA79: hue angle of 48.75º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C9BA79 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB201186121-
CMYK00.070.400.21
HSL48.75º42.55%63.14%-
HSV(B)48.75º39.8%78.82%-
XYZ45.148.9225.15-
YUV183.0892.97140.79-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.57%
GREEN value IS 186 (73.05% from 255) = 36.61%
BLUE value IS 121 (47.66% from 255) = 23.82%
R=39.57%
G=36.61%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118612100.070.400.2148.7542.5563.14
HexC9BA79072815312b3f
Octal311272171075025615377
Binary11001001101110101111001011110100010101110001101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BA79; }

 p { color: rgb(201,186,121); }

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

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

 a { background-color: rgb(201,186,121); }

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

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

 span { border-color: rgb(201,186,121); }

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