#C9B58A

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

Shades of Yuma #C9B58A

Tints of Yuma #C9B58A

Color information

#C9B58A (or 0xC9B58A) is unknown color: approx Yuma. HEX triplet: C9, B5 and 8A. RGB value is (201,181,138). Sum of RGB (Red+Green+Blue) = 201+181+138=520 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.65% from 520); Green value is 181 (71.09% from 255 or 34.81% from 520); Blue value is 138 (54.30% from 255 or 26.54% from 520); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9B58A is #364A75. Grayscale: #B6B6B6. Windows color (decimal): -3558006 or 9090505. OLE color: 9090505.

HSL color Cylindrical-coordinate representation of color #C9B58A: hue angle of 40.95º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C9B58A is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB201181138-
CMYK00.100.310.21
HSL40.95º36.84%66.47%-
HSV(B)40.95º31.34%78.82%-
XYZ45.247.330.79-
YUV182.08103.13141.5-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.65%
GREEN value IS 181 (71.09% from 255) = 34.81%
BLUE value IS 138 (54.30% from 255) = 26.54%
R=38.65%
G=34.81%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118113800.100.310.2140.9536.8466.47
HexC9B58A0A1F15292542
Octal31126521201237255145102
Binary1100100110110101100010100101011111101011010011001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B58A; }

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

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

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

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

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

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

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

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