#C9B57C

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

Shades of Yuma #C9B57C

Tints of Yuma #C9B57C

Color information

#C9B57C (or 0xC9B57C) is unknown color: approx Yuma. HEX triplet: C9, B5 and 7C. RGB value is (201,181,124). Sum of RGB (Red+Green+Blue) = 201+181+124=506 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.72% from 506); Green value is 181 (71.09% from 255 or 35.77% from 506); Blue value is 124 (48.83% from 255 or 24.51% from 506); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B57C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9B57C is #364A83. Grayscale: #B4B4B4. Windows color (decimal): -3558020 or 8173001. OLE color: 8173001.

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

Color convert

RGB201181124-
CMYK00.100.380.21
HSL44.42º41.62%63.73%-
HSV(B)44.42º38.31%78.82%-
XYZ44.2546.9225.79-
YUV180.4896.13142.63-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.72%
GREEN value IS 181 (71.09% from 255) = 35.77%
BLUE value IS 124 (48.83% from 255) = 24.51%
R=39.72%
G=35.77%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118112400.100.380.2144.4241.6263.73
HexC9B57C0A26152c2a40
Octal31126517401246255452100
Binary1100100110110101111110001010100110101011011001010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B57C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B57C; }

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

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

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

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

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

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

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

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