#C8B780

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

Shades of Yuma #C8B780

Tints of Yuma #C8B780

Color information

#C8B780 (or 0xC8B780) is unknown color: approx Yuma. HEX triplet: C8, B7 and 80. RGB value is (200,183,128). Sum of RGB (Red+Green+Blue) = 200+183+128=511 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.14% from 511); Green value is 183 (71.88% from 255 or 35.81% from 511); Blue value is 128 (50.39% from 255 or 25.05% from 511); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B780 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8B780 is #37487F. Grayscale: #B6B6B6. Windows color (decimal): -3623040 or 8435656. OLE color: 8435656.

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

Color convert

RGB200183128-
CMYK00.080.360.22
HSL45.83º39.56%64.31%-
HSV(B)45.83º36%78.43%-
XYZ44.6547.727.28-
YUV181.8197.63140.97-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.14%
GREEN value IS 183 (71.88% from 255) = 35.81%
BLUE value IS 128 (50.39% from 255) = 25.05%
R=39.14%
G=35.81%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018312800.080.360.2245.8339.5664.31
HexC8B7800824162e2840
Octal31026720001044265650100
Binary11001000101101111000000001000100100101101011101010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B780; }

 p { color: rgb(200,183,128); }

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

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

 a { background-color: rgb(200,183,128); }

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

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

 span { border-color: rgb(200,183,128); }

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