#C8B676

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

Shades of Yuma #C8B676

Tints of Yuma #C8B676

Color information

#C8B676 (or 0xC8B676) is unknown color: approx Yuma. HEX triplet: C8, B6 and 76. RGB value is (200,182,118). Sum of RGB (Red+Green+Blue) = 200+182+118=500 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40% from 500); Green value is 182 (71.48% from 255 or 36.4% from 500); Blue value is 118 (46.48% from 255 or 23.6% from 500); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B676 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B676 is #374989. Grayscale: #B4B4B4. Windows color (decimal): -3623306 or 7780040. OLE color: 7780040.

HSL color Cylindrical-coordinate representation of color #C8B676: hue angle of 46.83º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C8B676 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB200182118-
CMYK00.090.410.22
HSL46.83º42.71%62.35%-
HSV(B)46.83º41%78.43%-
XYZ43.8247.0423.91-
YUV180.0992.96142.2-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40%
GREEN value IS 182 (71.48% from 255) = 36.4%
BLUE value IS 118 (46.48% from 255) = 23.6%
R=40%
G=36.4%
B=23.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018211800.090.410.2246.8342.7162.35
HexC8B6760929162f2b3e
Octal3102661660115126575376
Binary110010001011011011101100100110100110110101111101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B676; }

 p { color: rgb(200,182,118); }

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

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

 a { background-color: rgb(200,182,118); }

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

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

 span { border-color: rgb(200,182,118); }

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