#C9BC8A

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

Shades of Yuma #C9BC8A

Tints of Yuma #C9BC8A

Color information

#C9BC8A (or 0xC9BC8A) is unknown color: approx Yuma. HEX triplet: C9, BC and 8A. RGB value is (201,188,138). Sum of RGB (Red+Green+Blue) = 201+188+138=527 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.14% from 527); Green value is 188 (73.83% from 255 or 35.67% from 527); Blue value is 138 (54.30% from 255 or 26.19% from 527); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BC8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BC8A is #364375. Grayscale: #BABABA. Windows color (decimal): -3556214 or 9092297. OLE color: 9092297.

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

Color convert

RGB201188138-
CMYK00.060.310.21
HSL47.62º36.84%66.47%-
HSV(B)47.62º31.34%78.82%-
XYZ46.6650.2231.28-
YUV186.19100.81138.57-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.14%
GREEN value IS 188 (73.83% from 255) = 35.67%
BLUE value IS 138 (54.30% from 255) = 26.19%
R=38.14%
G=35.67%
B=26.19%

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
Decimal20118813800.060.310.2147.6236.8466.47
HexC9BC8A061F15302542
Octal3112742120637256045102
Binary110010011011110010001010011011111101011100001001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BC8A; }

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

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

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

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

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

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

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

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