#CEBA87

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

Shades of Yuma #CEBA87

Tints of Yuma #CEBA87

Color information

#CEBA87 (or 0xCEBA87) is unknown color: approx Yuma. HEX triplet: CE, BA and 87. RGB value is (206,186,135). Sum of RGB (Red+Green+Blue) = 206+186+135=527 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.09% from 527); Green value is 186 (73.05% from 255 or 35.29% from 527); Blue value is 135 (53.12% from 255 or 25.62% from 527); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBA87 is #314578. Grayscale: #BABABA. Windows color (decimal): -3229049 or 8895182. OLE color: 8895182.

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

Color convert

RGB206186135-
CMYK00.100.340.19
HSL43.1º42.01%66.86%-
HSV(B)43.1º34.47%80.78%-
XYZ47.3949.9930.07-
YUV186.1799.13142.15-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.09%
GREEN value IS 186 (73.05% from 255) = 35.29%
BLUE value IS 135 (53.12% from 255) = 25.62%
R=39.09%
G=35.29%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.34
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618613500.100.340.1943.142.0166.86
HexCEBA870A22132b2a43
Octal31627220701242235352103
Binary11001110101110101000011101010100010100111010111010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBA87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBA87; }

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

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

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

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

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

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

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

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