#CEBA7F

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

Shades of Yuma #CEBA7F

Tints of Yuma #CEBA7F

Color information

#CEBA7F (or 0xCEBA7F) is unknown color: approx Yuma. HEX triplet: CE, BA and 7F. RGB value is (206,186,127). Sum of RGB (Red+Green+Blue) = 206+186+127=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 186 (73.05% from 255 or 35.84% from 519); Blue value is 127 (50% from 255 or 24.47% from 519); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBA7F is #314580. Grayscale: #B9B9B9. Windows color (decimal): -3229057 or 8370894. OLE color: 8370894.

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

Color convert

RGB206186127-
CMYK00.100.380.19
HSL44.81º44.63%65.29%-
HSV(B)44.81º38.35%80.78%-
XYZ46.8449.7727.22-
YUV185.2595.13142.8-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.69%
GREEN value IS 186 (73.05% from 255) = 35.84%
BLUE value IS 127 (50% from 255) = 24.47%
R=39.69%
G=35.84%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618612700.100.380.1944.8144.6365.29
HexCEBA7F0A26132d2d41
Octal31627217701246235555101
Binary1100111010111010111111101010100110100111011011011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBA7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBA7F; }

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

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

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

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

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

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

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

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