#C9BB8A

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

Shades of Yuma #C9BB8A

Tints of Yuma #C9BB8A

Color information

#C9BB8A (or 0xC9BB8A) is unknown color: approx Yuma. HEX triplet: C9, BB and 8A. RGB value is (201,187,138). Sum of RGB (Red+Green+Blue) = 201+187+138=526 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.21% from 526); Green value is 187 (73.44% from 255 or 35.55% from 526); Blue value is 138 (54.30% from 255 or 26.24% from 526); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BB8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BB8A is #364475. Grayscale: #B9B9B9. Windows color (decimal): -3556470 or 9092041. OLE color: 9092041.

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

Color convert

RGB201187138-
CMYK00.070.310.21
HSL46.67º36.84%66.47%-
HSV(B)46.67º31.34%78.82%-
XYZ46.4549.7931.21-
YUV185.6101.14138.98-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.21%
GREEN value IS 187 (73.44% from 255) = 35.55%
BLUE value IS 138 (54.30% from 255) = 26.24%
R=38.21%
G=35.55%
B=26.24%

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
Decimal20118713800.070.310.2146.6736.8466.47
HexC9BB8A071F152f2542
Octal3112732120737255745102
Binary110010011011101110001010011111111101011011111001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BB8A; }

 p { color: rgb(201,187,138); }

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

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

 a { background-color: rgb(201,187,138); }

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

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

 span { border-color: rgb(201,187,138); }

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