#C8B879

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

Shades of Yuma #C8B879

Tints of Yuma #C8B879

Color information

#C8B879 (or 0xC8B879) is unknown color: approx Yuma. HEX triplet: C8, B8 and 79. RGB value is (200,184,121). Sum of RGB (Red+Green+Blue) = 200+184+121=505 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.60% from 505); Green value is 184 (72.27% from 255 or 36.44% from 505); Blue value is 121 (47.66% from 255 or 23.96% from 505); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B879 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B879 is #374786. Grayscale: #B5B5B5. Windows color (decimal): -3622791 or 7977160. OLE color: 7977160.

HSL color Cylindrical-coordinate representation of color #C8B879: hue angle of 47.85º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C8B879 is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB200184121-
CMYK00.080.390.22
HSL47.85º41.8%62.94%-
HSV(B)47.85º39.5%78.43%-
XYZ44.4147.9425-
YUV181.693.8141.12-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.60%
GREEN value IS 184 (72.27% from 255) = 36.44%
BLUE value IS 121 (47.66% from 255) = 23.96%
R=39.60%
G=36.44%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018412100.080.390.2247.8541.862.94
HexC8B879082716302a3f
Octal3102701710104726605277
Binary110010001011100011110010100010011110110110000101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B879; }

 p { color: rgb(200,184,121); }

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

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

 a { background-color: rgb(200,184,121); }

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

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

 span { border-color: rgb(200,184,121); }

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