#CEB97A

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

Shades of Yuma #CEB97A

Tints of Yuma #CEB97A

Color information

#CEB97A (or 0xCEB97A) is unknown color: approx Yuma. HEX triplet: CE, B9 and 7A. RGB value is (206,185,122). Sum of RGB (Red+Green+Blue) = 206+185+122=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 185 (72.66% from 255 or 36.06% from 513); Blue value is 122 (48.05% from 255 or 23.78% from 513); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB97A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB97A is #314685. Grayscale: #B8B8B8. Windows color (decimal): -3229318 or 8042958. OLE color: 8042958.

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

Color convert

RGB206185122-
CMYK00.100.410.19
HSL45º46.15%64.31%-
HSV(B)45º40.78%80.78%-
XYZ46.3249.2225.47-
YUV184.192.96143.62-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.16%
GREEN value IS 185 (72.66% from 255) = 36.06%
BLUE value IS 122 (48.05% from 255) = 23.78%
R=40.16%
G=36.06%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618512200.100.410.194546.1564.31
HexCEB97A0A29132d2e40
Octal31627117201251235556100
Binary1100111010111001111101001010101001100111011011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB97A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB97A; }

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

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

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

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

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

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

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

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