#CEB67C

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

Shades of Yuma #CEB67C

Tints of Yuma #CEB67C

Color information

#CEB67C (or 0xCEB67C) is unknown color: approx Yuma. HEX triplet: CE, B6 and 7C. RGB value is (206,182,124). Sum of RGB (Red+Green+Blue) = 206+182+124=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 182 (71.48% from 255 or 35.55% from 512); Blue value is 124 (48.83% from 255 or 24.22% from 512); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB67C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB67C is #314983. Grayscale: #B6B6B6. Windows color (decimal): -3230084 or 8173262. OLE color: 8173262.

HSL color Cylindrical-coordinate representation of color #CEB67C: hue angle of 42.44º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CEB67C is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB206182124-
CMYK00.120.400.19
HSL42.44º45.56%64.71%-
HSV(B)42.44º39.81%80.78%-
XYZ45.8248.0325.93-
YUV182.5694.95144.72-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.23%
GREEN value IS 182 (71.48% from 255) = 35.55%
BLUE value IS 124 (48.83% from 255) = 24.22%
R=40.23%
G=35.55%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.40
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618212400.120.400.1942.4445.5664.71
HexCEB67C0C28132a2e41
Octal31626617401450235256101
Binary1100111010110110111110001100101000100111010101011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB67C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB67C; }

 p { color: rgb(206,182,124); }

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

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

 a { background-color: rgb(206,182,124); }

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

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

 span { border-color: rgb(206,182,124); }

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