#C9B88D

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

Shades of Yuma #C9B88D

Tints of Yuma #C9B88D

Color information

#C9B88D (or 0xC9B88D) is unknown color: approx Yuma. HEX triplet: C9, B8 and 8D. RGB value is (201,184,141). Sum of RGB (Red+Green+Blue) = 201+184+141=526 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.21% from 526); Green value is 184 (72.27% from 255 or 34.98% from 526); Blue value is 141 (55.47% from 255 or 26.81% from 526); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B88D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9B88D is #364772. Grayscale: #B8B8B8. Windows color (decimal): -3557235 or 9287881. OLE color: 9287881.

HSL color Cylindrical-coordinate representation of color #C9B88D: hue angle of 43º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C9B88D is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB201184141-
CMYK00.080.300.21
HSL43º35.71%67.06%-
HSV(B)43º29.85%78.82%-
XYZ46.0448.6232.16-
YUV184.18103.63140-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.21%
GREEN value IS 184 (72.27% from 255) = 34.98%
BLUE value IS 141 (55.47% from 255) = 26.81%
R=38.21%
G=34.98%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118414100.080.300.214335.7167.06
HexC9B88D081E152b2443
Octal31127021501036255344103
Binary1100100110111000100011010100011110101011010111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B88D; }

 p { color: rgb(201,184,141); }

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

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

 a { background-color: rgb(201,184,141); }

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

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

 span { border-color: rgb(201,184,141); }

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