#C9BC8B

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

Shades of Yuma #C9BC8B

Tints of Yuma #C9BC8B

Color information

#C9BC8B (or 0xC9BC8B) is unknown color: approx Yuma. HEX triplet: C9, BC and 8B. RGB value is (201,188,139). Sum of RGB (Red+Green+Blue) = 201+188+139=528 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.07% from 528); Green value is 188 (73.83% from 255 or 35.61% from 528); Blue value is 139 (54.69% from 255 or 26.33% from 528); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BC8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BC8B is #364374. Grayscale: #BABABA. Windows color (decimal): -3556213 or 9157833. OLE color: 9157833.

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

Color convert

RGB201188139-
CMYK00.060.310.21
HSL47.42º36.47%66.67%-
HSV(B)47.42º30.85%78.82%-
XYZ46.7350.2531.66-
YUV186.3101.31138.48-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.07%
GREEN value IS 188 (73.83% from 255) = 35.61%
BLUE value IS 139 (54.69% from 255) = 26.33%
R=38.07%
G=35.61%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118813900.060.310.2147.4236.4766.67
HexC9BC8B061F152f2443
Octal3112742130637255744103
Binary110010011011110010001011011011111101011011111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BC8B; }

 p { color: rgb(201,188,139); }

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

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

 a { background-color: rgb(201,188,139); }

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

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

 span { border-color: rgb(201,188,139); }

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