#CEB978

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

Shades of Yuma #CEB978

Tints of Yuma #CEB978

Color information

#CEB978 (or 0xCEB978) is unknown color: approx Yuma. HEX triplet: CE, B9 and 78. RGB value is (206,185,120). Sum of RGB (Red+Green+Blue) = 206+185+120=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 185 (72.66% from 255 or 36.20% from 511); Blue value is 120 (47.27% from 255 or 23.48% from 511); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB978 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB978 is #314687. Grayscale: #B8B8B8. Windows color (decimal): -3229320 or 7911886. OLE color: 7911886.

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

Color convert

RGB206185120-
CMYK00.100.420.19
HSL45.35º46.74%63.92%-
HSV(B)45.35º41.75%80.78%-
XYZ46.1949.1824.83-
YUV183.8791.96143.79-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.31%
GREEN value IS 185 (72.66% from 255) = 36.20%
BLUE value IS 120 (47.27% from 255) = 23.48%
R=40.31%
G=36.20%
B=23.48%

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
Decimal20618512000.100.420.1945.3546.7463.92
HexCEB9780A2A132d2f40
Octal31627117001252235557100
Binary1100111010111001111100001010101010100111011011011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB978; }

 p { color: rgb(206,185,120); }

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

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

 a { background-color: rgb(206,185,120); }

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

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

 span { border-color: rgb(206,185,120); }

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