#CEB57E

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

Shades of Yuma #CEB57E

Tints of Yuma #CEB57E

Color information

#CEB57E (or 0xCEB57E) is unknown color: approx Yuma. HEX triplet: CE, B5 and 7E. RGB value is (206,181,126). Sum of RGB (Red+Green+Blue) = 206+181+126=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 181 (71.09% from 255 or 35.28% from 513); Blue value is 126 (49.61% from 255 or 24.56% from 513); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB57E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB57E is #314A81. Grayscale: #B6B6B6. Windows color (decimal): -3230338 or 8304078. OLE color: 8304078.

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

Color convert

RGB206181126-
CMYK00.120.390.19
HSL41.25º44.94%65.1%-
HSV(B)41.25º38.83%80.78%-
XYZ45.7447.6826.53-
YUV182.296.28144.97-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.16%
GREEN value IS 181 (71.09% from 255) = 35.28%
BLUE value IS 126 (49.61% from 255) = 24.56%
R=40.16%
G=35.28%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.39
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618112600.120.390.1941.2544.9465.1
HexCEB57E0C2713292d41
Octal31626517601447235155101
Binary1100111010110101111111001100100111100111010011011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB57E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB57E; }

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

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

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

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

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

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

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

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