#CEB980

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

Shades of Yuma #CEB980

Tints of Yuma #CEB980

Color information

#CEB980 (or 0xCEB980) is unknown color: approx Yuma. HEX triplet: CE, B9 and 80. RGB value is (206,185,128). Sum of RGB (Red+Green+Blue) = 206+185+128=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 185 (72.66% from 255 or 35.65% from 519); Blue value is 128 (50.39% from 255 or 24.66% from 519); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB980 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB980 is #31467F. Grayscale: #B9B9B9. Windows color (decimal): -3229312 or 8436174. OLE color: 8436174.

HSL color Cylindrical-coordinate representation of color #CEB980: hue angle of 43.85º 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 #CEB980 is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB206185128-
CMYK00.100.380.19
HSL43.85º44.32%65.49%-
HSV(B)43.85º37.86%80.78%-
XYZ46.749.3827.49-
YUV184.7895.96143.13-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.69%
GREEN value IS 185 (72.66% from 255) = 35.65%
BLUE value IS 128 (50.39% from 255) = 24.66%
R=39.69%
G=35.65%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618512800.100.380.1943.8544.3265.49
HexCEB9800A26132c2c41
Octal31627120001246235454101
Binary11001110101110011000000001010100110100111011001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB980; }

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

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

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

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

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

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

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

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