#CEB680

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

Shades of Yuma #CEB680

Tints of Yuma #CEB680

Color information

#CEB680 (or 0xCEB680) is unknown color: approx Yuma. HEX triplet: CE, B6 and 80. RGB value is (206,182,128). Sum of RGB (Red+Green+Blue) = 206+182+128=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 182 (71.48% from 255 or 35.27% from 516); Blue value is 128 (50.39% from 255 or 24.81% from 516); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB680 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB680 is #31497F. Grayscale: #B7B7B7. Windows color (decimal): -3230080 or 8435406. OLE color: 8435406.

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

Color convert

RGB206182128-
CMYK00.120.380.19
HSL41.54º44.32%65.49%-
HSV(B)41.54º37.86%80.78%-
XYZ46.0848.1427.28-
YUV183.0296.95144.39-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.92%
GREEN value IS 182 (71.48% from 255) = 35.27%
BLUE value IS 128 (50.39% from 255) = 24.81%
R=39.92%
G=35.27%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618212800.120.380.1941.5444.3265.49
HexCEB6800C26132a2c41
Octal31626620001446235254101
Binary11001110101101101000000001100100110100111010101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB680; }

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

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

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

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

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

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

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

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