#C9BE8A

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

Shades of Yuma #C9BE8A

Tints of Yuma #C9BE8A

Color information

#C9BE8A (or 0xC9BE8A) is unknown color: approx Yuma. HEX triplet: C9, BE and 8A. RGB value is (201,190,138). Sum of RGB (Red+Green+Blue) = 201+190+138=529 (70% of max value = 765). Red value is 201 (78.91% from 255 or 38.00% from 529); Green value is 190 (74.61% from 255 or 35.92% from 529); Blue value is 138 (54.30% from 255 or 26.09% from 529); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BE8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BE8A is #364175. Grayscale: #BBBBBB. Windows color (decimal): -3555702 or 9092809. OLE color: 9092809.

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

Color convert

RGB201190138-
CMYK00.050.310.21
HSL49.52º36.84%66.47%-
HSV(B)49.52º31.34%78.82%-
XYZ47.0951.0831.42-
YUV187.36100.14137.73-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.00%
GREEN value IS 190 (74.61% from 255) = 35.92%
BLUE value IS 138 (54.30% from 255) = 26.09%
R=38.00%
G=35.92%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20119013800.050.310.2149.5236.8466.47
HexC9BE8A051F15322542
Octal3112762120537256245102
Binary110010011011111010001010010111111101011100101001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BE8A; }

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

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

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

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

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

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

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

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