#C9BA8B

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

Shades of Yuma #C9BA8B

Tints of Yuma #C9BA8B

Color information

#C9BA8B (or 0xC9BA8B) is unknown color: approx Yuma. HEX triplet: C9, BA and 8B. RGB value is (201,186,139). Sum of RGB (Red+Green+Blue) = 201+186+139=526 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.21% from 526); Green value is 186 (73.05% from 255 or 35.36% from 526); Blue value is 139 (54.69% from 255 or 26.43% from 526); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BA8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BA8B is #364574. Grayscale: #B9B9B9. Windows color (decimal): -3556725 or 9157321. OLE color: 9157321.

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

Color convert

RGB201186139-
CMYK00.070.310.21
HSL45.48º36.47%66.67%-
HSV(B)45.48º30.85%78.82%-
XYZ46.3149.431.52-
YUV185.13101.97139.32-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.21%
GREEN value IS 186 (73.05% from 255) = 35.36%
BLUE value IS 139 (54.69% from 255) = 26.43%
R=38.21%
G=35.36%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118613900.070.310.2145.4836.4766.67
HexC9BA8B071F152d2443
Octal3112722130737255544103
Binary110010011011101010001011011111111101011011011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BA8B; }

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

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

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

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

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

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

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

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