#CEBA88

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

Shades of Yuma #CEBA88

Tints of Yuma #CEBA88

Color information

#CEBA88 (or 0xCEBA88) is unknown color: approx Yuma. HEX triplet: CE, BA and 88. RGB value is (206,186,136). Sum of RGB (Red+Green+Blue) = 206+186+136=528 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.02% from 528); Green value is 186 (73.05% from 255 or 35.23% from 528); Blue value is 136 (53.52% from 255 or 25.76% from 528); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBA88 is #314577. Grayscale: #BABABA. Windows color (decimal): -3229048 or 8960718. OLE color: 8960718.

HSL color Cylindrical-coordinate representation of color #CEBA88: hue angle of 42.86º 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 #CEBA88 is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.19.

Color convert

RGB206186136-
CMYK00.100.340.19
HSL42.86º41.67%67.06%-
HSV(B)42.86º33.98%80.78%-
XYZ47.4650.0230.45-
YUV186.2899.63142.07-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.02%
GREEN value IS 186 (73.05% from 255) = 35.23%
BLUE value IS 136 (53.52% from 255) = 25.76%
R=39.02%
G=35.23%
B=25.76%

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
Decimal20618613600.100.340.1942.8641.6767.06
HexCEBA880A22132b2a43
Octal31627221001242235352103
Binary11001110101110101000100001010100010100111010111010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBA88; }

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

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

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

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

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

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

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

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