#C9BA8F

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

Shades of Yuma #C9BA8F

Tints of Yuma #C9BA8F

Color information

#C9BA8F (or 0xC9BA8F) is unknown color: approx Yuma. HEX triplet: C9, BA and 8F. RGB value is (201,186,143). Sum of RGB (Red+Green+Blue) = 201+186+143=530 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.92% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 143 (56.25% from 255 or 26.98% from 530); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BA8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BA8F is #364570. Grayscale: #B9B9B9. Windows color (decimal): -3556721 or 9419465. OLE color: 9419465.

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

Color convert

RGB201186143-
CMYK00.070.290.21
HSL44.48º34.94%67.45%-
HSV(B)44.48º28.86%78.82%-
XYZ46.649.5233.09-
YUV185.58103.97139-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.92%
GREEN value IS 186 (73.05% from 255) = 35.09%
BLUE value IS 143 (56.25% from 255) = 26.98%
R=37.92%
G=35.09%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118614300.070.290.2144.4834.9467.45
HexC9BA8F071D152c2343
Octal3112722170735255443103
Binary110010011011101010001111011111101101011011001000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BA8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BA8F; }

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

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

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

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

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

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

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

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