#C9BD8C

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

Shades of Yuma #C9BD8C

Tints of Yuma #C9BD8C

Color information

#C9BD8C (or 0xC9BD8C) is unknown color: approx Yuma. HEX triplet: C9, BD and 8C. RGB value is (201,189,140). Sum of RGB (Red+Green+Blue) = 201+189+140=530 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.92% from 530); Green value is 189 (74.22% from 255 or 35.66% from 530); Blue value is 140 (55.08% from 255 or 26.42% from 530); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BD8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BD8C is #364273. Grayscale: #BBBBBB. Windows color (decimal): -3555956 or 9223625. OLE color: 9223625.

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

Color convert

RGB201189140-
CMYK00.060.300.21
HSL48.2º36.09%66.86%-
HSV(B)48.2º30.35%78.82%-
XYZ47.0250.7132.12-
YUV187101.48137.98-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.92%
GREEN value IS 189 (74.22% from 255) = 35.66%
BLUE value IS 140 (55.08% from 255) = 26.42%
R=37.92%
G=35.66%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118914000.060.300.2148.236.0966.86
HexC9BD8C061E15302443
Octal3112752140636256044103
Binary110010011011110110001100011011110101011100001001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BD8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BD8C; }

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

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

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

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

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

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

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

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