#C9BC8F

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

Shades of Yuma #C9BC8F

Tints of Yuma #C9BC8F

Color information

#C9BC8F (or 0xC9BC8F) is unknown color: approx Yuma. HEX triplet: C9, BC and 8F. RGB value is (201,188,143). Sum of RGB (Red+Green+Blue) = 201+188+143=532 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.78% from 532); Green value is 188 (73.83% from 255 or 35.34% from 532); Blue value is 143 (56.25% from 255 or 26.88% from 532); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BC8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BC8F is #364370. Grayscale: #BABABA. Windows color (decimal): -3556209 or 9419977. OLE color: 9419977.

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

Color convert

RGB201188143-
CMYK00.060.290.21
HSL46.55º34.94%67.45%-
HSV(B)46.55º28.86%78.82%-
XYZ47.0350.3733.23-
YUV186.76103.31138.16-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.78%
GREEN value IS 188 (73.83% from 255) = 35.34%
BLUE value IS 143 (56.25% from 255) = 26.88%
R=37.78%
G=35.34%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118814300.060.290.2146.5534.9467.45
HexC9BC8F061D152f2343
Octal3112742170635255743103
Binary110010011011110010001111011011101101011011111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BC8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BC8F; }

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

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

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

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

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

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

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

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