#C9BE8B

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

Shades of Yuma #C9BE8B

Tints of Yuma #C9BE8B

Color information

#C9BE8B (or 0xC9BE8B) is unknown color: approx Yuma. HEX triplet: C9, BE and 8B. RGB value is (201,190,139). Sum of RGB (Red+Green+Blue) = 201+190+139=530 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.92% from 530); Green value is 190 (74.61% from 255 or 35.85% from 530); Blue value is 139 (54.69% from 255 or 26.23% from 530); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BE8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BE8B is #364174. Grayscale: #BBBBBB. Windows color (decimal): -3555701 or 9158345. OLE color: 9158345.

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

Color convert

RGB201190139-
CMYK00.050.310.21
HSL49.35º36.47%66.67%-
HSV(B)49.35º30.85%78.82%-
XYZ47.1651.1131.81-
YUV187.48100.64137.65-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.92%
GREEN value IS 190 (74.61% from 255) = 35.85%
BLUE value IS 139 (54.69% from 255) = 26.23%
R=37.92%
G=35.85%
B=26.23%

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
Decimal20119013900.050.310.2149.3536.4766.67
HexC9BE8B051F15312443
Octal3112762130537256144103
Binary110010011011111010001011010111111101011100011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BE8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BE8B; }

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

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

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

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

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

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

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

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