#C8B979

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

Shades of Yuma #C8B979

Tints of Yuma #C8B979

Color information

#C8B979 (or 0xC8B979) is unknown color: approx Yuma. HEX triplet: C8, B9 and 79. RGB value is (200,185,121). Sum of RGB (Red+Green+Blue) = 200+185+121=506 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.53% from 506); Green value is 185 (72.66% from 255 or 36.56% from 506); Blue value is 121 (47.66% from 255 or 23.91% from 506); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B979 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B979 is #374686. Grayscale: #B6B6B6. Windows color (decimal): -3622535 or 7977416. OLE color: 7977416.

HSL color Cylindrical-coordinate representation of color #C8B979: hue angle of 48.61º 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 #C8B979 is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB200185121-
CMYK00.080.390.22
HSL48.61º41.8%62.94%-
HSV(B)48.61º39.5%78.43%-
XYZ44.6248.3625.07-
YUV182.1993.47140.7-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.53%
GREEN value IS 185 (72.66% from 255) = 36.56%
BLUE value IS 121 (47.66% from 255) = 23.91%
R=39.53%
G=36.56%
B=23.91%

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
Decimal20018512100.080.390.2248.6141.862.94
HexC8B979082716312a3f
Octal3102711710104726615277
Binary110010001011100111110010100010011110110110001101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B979; }

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

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

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

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

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

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

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

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