#CEB780

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

Shades of Yuma #CEB780

Tints of Yuma #CEB780

Color information

#CEB780 (or 0xCEB780) is unknown color: approx Yuma. HEX triplet: CE, B7 and 80. RGB value is (206,183,128). Sum of RGB (Red+Green+Blue) = 206+183+128=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 183 (71.88% from 255 or 35.40% from 517); Blue value is 128 (50.39% from 255 or 24.76% from 517); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB780 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB780 is #31487F. Grayscale: #B7B7B7. Windows color (decimal): -3229824 or 8435662. OLE color: 8435662.

HSL color Cylindrical-coordinate representation of color #CEB780: hue angle of 42.31º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CEB780 is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB206183128-
CMYK00.110.380.19
HSL42.31º44.32%65.49%-
HSV(B)42.31º37.86%80.78%-
XYZ46.2848.5527.35-
YUV183.6196.62143.97-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.85%
GREEN value IS 183 (71.88% from 255) = 35.40%
BLUE value IS 128 (50.39% from 255) = 24.76%
R=39.85%
G=35.40%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618312800.110.380.1942.3144.3265.49
HexCEB7800B26132a2c41
Octal31626720001346235254101
Binary11001110101101111000000001011100110100111010101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB780; }

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

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

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

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

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

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

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

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