#CEB985

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

Shades of Yuma #CEB985

Tints of Yuma #CEB985

Color information

#CEB985 (or 0xCEB985) is unknown color: approx Yuma. HEX triplet: CE, B9 and 85. RGB value is (206,185,133). Sum of RGB (Red+Green+Blue) = 206+185+133=524 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.31% from 524); Green value is 185 (72.66% from 255 or 35.31% from 524); Blue value is 133 (52.34% from 255 or 25.38% from 524); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB985 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB985 is #31467A. Grayscale: #B9B9B9. Windows color (decimal): -3229307 or 8763854. OLE color: 8763854.

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

Color convert

RGB206185133-
CMYK00.100.350.19
HSL42.74º42.69%66.47%-
HSV(B)42.74º35.44%80.78%-
XYZ47.0449.5129.27-
YUV185.3598.46142.73-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.31%
GREEN value IS 185 (72.66% from 255) = 35.31%
BLUE value IS 133 (52.34% from 255) = 25.38%
R=39.31%
G=35.31%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618513300.100.350.1942.7442.6966.47
HexCEB9850A23132b2b42
Octal31627120501243235353102
Binary11001110101110011000010101010100011100111010111010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB985; }

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

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

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

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

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

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

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

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