#C9BD8E

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

Shades of Yuma #C9BD8E

Tints of Yuma #C9BD8E

Color information

#C9BD8E (or 0xC9BD8E) is unknown color: approx Yuma. HEX triplet: C9, BD and 8E. RGB value is (201,189,142). Sum of RGB (Red+Green+Blue) = 201+189+142=532 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.78% from 532); Green value is 189 (74.22% from 255 or 35.53% from 532); Blue value is 142 (55.86% from 255 or 26.69% from 532); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BD8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BD8E is #364271. Grayscale: #BBBBBB. Windows color (decimal): -3555954 or 9354697. OLE color: 9354697.

HSL color Cylindrical-coordinate representation of color #C9BD8E: hue angle of 47.8º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C9BD8E is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB201189142-
CMYK00.060.290.21
HSL47.8º35.33%67.25%-
HSV(B)47.8º29.35%78.82%-
XYZ47.1750.7732.9-
YUV187.23102.48137.82-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.78%
GREEN value IS 189 (74.22% from 255) = 35.53%
BLUE value IS 142 (55.86% from 255) = 26.69%
R=37.78%
G=35.53%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118914200.060.290.2147.835.3367.25
HexC9BD8E061D15302343
Octal3112752160635256043103
Binary110010011011110110001110011011101101011100001000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BD8E; }

 p { color: rgb(201,189,142); }

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

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

 a { background-color: rgb(201,189,142); }

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

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

 span { border-color: rgb(201,189,142); }

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