#CEBA7D

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

Shades of Yuma #CEBA7D

Tints of Yuma #CEBA7D

Color information

#CEBA7D (or 0xCEBA7D) is unknown color: approx Yuma. HEX triplet: CE, BA and 7D. RGB value is (206,186,125). Sum of RGB (Red+Green+Blue) = 206+186+125=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 125 (49.22% from 255 or 24.18% from 517); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBA7D is #314582. Grayscale: #B9B9B9. Windows color (decimal): -3229059 or 8239822. OLE color: 8239822.

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

Color convert

RGB206186125-
CMYK00.100.390.19
HSL45.19º45.25%64.9%-
HSV(B)45.19º39.32%80.78%-
XYZ46.7149.7226.54-
YUV185.0394.13142.96-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.85%
GREEN value IS 186 (73.05% from 255) = 35.98%
BLUE value IS 125 (49.22% from 255) = 24.18%
R=39.85%
G=35.98%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.39
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618612500.100.390.1945.1945.2564.9
HexCEBA7D0A27132d2d41
Octal31627217501247235555101
Binary1100111010111010111110101010100111100111011011011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBA7D; }

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

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

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

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

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

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

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

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