#C9B578

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

Shades of Yuma #C9B578

Tints of Yuma #C9B578

Color information

#C9B578 (or 0xC9B578) is unknown color: approx Yuma. HEX triplet: C9, B5 and 78. RGB value is (201,181,120). Sum of RGB (Red+Green+Blue) = 201+181+120=502 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.04% from 502); Green value is 181 (71.09% from 255 or 36.06% from 502); Blue value is 120 (47.27% from 255 or 23.90% from 502); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B578 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9B578 is #364A87. Grayscale: #B4B4B4. Windows color (decimal): -3558024 or 7910857. OLE color: 7910857.

HSL color Cylindrical-coordinate representation of color #C9B578: hue angle of 45.19º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C9B578 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB201181120-
CMYK00.100.400.21
HSL45.19º42.86%62.94%-
HSV(B)45.19º40.3%78.82%-
XYZ4446.8224.49-
YUV180.0394.13142.96-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.04%
GREEN value IS 181 (71.09% from 255) = 36.06%
BLUE value IS 120 (47.27% from 255) = 23.90%
R=40.04%
G=36.06%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118112000.100.400.2145.1942.8662.94
HexC9B5780A28152d2b3f
Octal3112651700125025555377
Binary110010011011010111110000101010100010101101101101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B578; }

 p { color: rgb(201,181,120); }

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

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

 a { background-color: rgb(201,181,120); }

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

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

 span { border-color: rgb(201,181,120); }

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