#CEBA89

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

Shades of Yuma #CEBA89

Tints of Yuma #CEBA89

Color information

#CEBA89 (or 0xCEBA89) is unknown color: approx Yuma. HEX triplet: CE, BA and 89. RGB value is (206,186,137). Sum of RGB (Red+Green+Blue) = 206+186+137=529 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.94% from 529); Green value is 186 (73.05% from 255 or 35.16% from 529); Blue value is 137 (53.91% from 255 or 25.90% from 529); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBA89 is #314576. Grayscale: #BABABA. Windows color (decimal): -3229047 or 9026254. OLE color: 9026254.

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

Color convert

RGB206186137-
CMYK00.100.330.19
HSL42.61º41.32%67.25%-
HSV(B)42.61º33.5%80.78%-
XYZ47.5350.0530.82-
YUV186.39100.13141.98-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.94%
GREEN value IS 186 (73.05% from 255) = 35.16%
BLUE value IS 137 (53.91% from 255) = 25.90%
R=38.94%
G=35.16%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618613700.100.330.1942.6141.3267.25
HexCEBA890A21132b2943
Octal31627221101241235351103
Binary11001110101110101000100101010100001100111010111010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBA89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBA89; }

 p { color: rgb(206,186,137); }

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

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

 a { background-color: rgb(206,186,137); }

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

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

 span { border-color: rgb(206,186,137); }

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