#CEB581

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

Shades of Yuma #CEB581

Tints of Yuma #CEB581

Color information

#CEB581 (or 0xCEB581) is unknown color: approx Yuma. HEX triplet: CE, B5 and 81. RGB value is (206,181,129). Sum of RGB (Red+Green+Blue) = 206+181+129=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 181 (71.09% from 255 or 35.08% from 516); Blue value is 129 (50.78% from 255 or 25% from 516); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB581 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB581 is #314A7E. Grayscale: #B6B6B6. Windows color (decimal): -3230335 or 8500686. OLE color: 8500686.

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

Color convert

RGB206181129-
CMYK00.120.370.19
HSL40.52º44%65.69%-
HSV(B)40.52º37.38%80.78%-
XYZ45.9447.7527.57-
YUV182.5597.78144.73-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.92%
GREEN value IS 181 (71.09% from 255) = 35.08%
BLUE value IS 129 (50.78% from 255) = 25%
R=39.92%
G=35.08%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.37
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618112900.120.370.1940.524465.69
HexCEB5810C2513292c42
Octal31626520101445235154102
Binary11001110101101011000000101100100101100111010011011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB581; }

 p { color: rgb(206,181,129); }

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

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

 a { background-color: rgb(206,181,129); }

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

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

 span { border-color: rgb(206,181,129); }

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