#C9BB8F

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

Shades of Yuma #C9BB8F

Tints of Yuma #C9BB8F

Color information

#C9BB8F (or 0xC9BB8F) is unknown color: approx Yuma. HEX triplet: C9, BB and 8F. RGB value is (201,187,143). Sum of RGB (Red+Green+Blue) = 201+187+143=531 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.85% from 531); Green value is 187 (73.44% from 255 or 35.22% from 531); Blue value is 143 (56.25% from 255 or 26.93% from 531); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BB8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BB8F is #364470. Grayscale: #BABABA. Windows color (decimal): -3556465 or 9419721. OLE color: 9419721.

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

Color convert

RGB201187143-
CMYK00.070.290.21
HSL45.52º34.94%67.45%-
HSV(B)45.52º28.86%78.82%-
XYZ46.8249.9433.16-
YUV186.17103.64138.58-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.85%
GREEN value IS 187 (73.44% from 255) = 35.22%
BLUE value IS 143 (56.25% from 255) = 26.93%
R=37.85%
G=35.22%
B=26.93%

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
Decimal20118714300.070.290.2145.5234.9467.45
HexC9BB8F071D152e2343
Octal3112732170735255643103
Binary110010011011101110001111011111101101011011101000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BB8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BB8F; }

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

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

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

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

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

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

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

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