#CEBA77

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

Shades of Yuma #CEBA77

Tints of Yuma #CEBA77

Color information

#CEBA77 (or 0xCEBA77) is unknown color: approx Yuma. HEX triplet: CE, BA and 77. RGB value is (206,186,119). Sum of RGB (Red+Green+Blue) = 206+186+119=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 186 (73.05% from 255 or 36.40% from 511); Blue value is 119 (46.88% from 255 or 23.29% from 511); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBA77 is #314588. Grayscale: #B8B8B8. Windows color (decimal): -3229065 or 7846606. OLE color: 7846606.

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

Color convert

RGB206186119-
CMYK00.100.420.19
HSL46.21º47.03%63.73%-
HSV(B)46.21º42.23%80.78%-
XYZ46.3449.5724.58-
YUV184.3491.13143.45-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.31%
GREEN value IS 186 (73.05% from 255) = 36.40%
BLUE value IS 119 (46.88% from 255) = 23.29%
R=40.31%
G=36.40%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.42
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618611900.100.420.1946.2147.0363.73
HexCEBA770A2A132e2f40
Octal31627216701252235657100
Binary1100111010111010111011101010101010100111011101011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBA77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBA77; }

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

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

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

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

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

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

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

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