#C9BB7C

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

Shades of Yuma #C9BB7C

Tints of Yuma #C9BB7C

Color information

#C9BB7C (or 0xC9BB7C) is unknown color: approx Yuma. HEX triplet: C9, BB and 7C. RGB value is (201,187,124). Sum of RGB (Red+Green+Blue) = 201+187+124=512 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.26% from 512); Green value is 187 (73.44% from 255 or 36.52% from 512); Blue value is 124 (48.83% from 255 or 24.22% from 512); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BB7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9BB7C is #364483. Grayscale: #B8B8B8. Windows color (decimal): -3556484 or 8174537. OLE color: 8174537.

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

Color convert

RGB201187124-
CMYK00.070.380.21
HSL49.09º41.62%63.73%-
HSV(B)49.09º38.31%78.82%-
XYZ45.549.4126.21-
YUV18494.14140.12-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.26%
GREEN value IS 187 (73.44% from 255) = 36.52%
BLUE value IS 124 (48.83% from 255) = 24.22%
R=39.26%
G=36.52%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118712400.070.380.2149.0941.6263.73
HexC9BB7C072615312a40
Octal3112731740746256152100
Binary110010011011101111111000111100110101011100011010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BB7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BB7C; }

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

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

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

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

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

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

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

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