#CEBC80

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

Shades of Yuma #CEBC80

Tints of Yuma #CEBC80

Color information

#CEBC80 (or 0xCEBC80) is unknown color: approx Yuma. HEX triplet: CE, BC and 80. RGB value is (206,188,128). Sum of RGB (Red+Green+Blue) = 206+188+128=522 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.46% from 522); Green value is 188 (73.83% from 255 or 36.02% from 522); Blue value is 128 (50.39% from 255 or 24.52% from 522); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBC80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBC80 is #31437F. Grayscale: #BABABA. Windows color (decimal): -3228544 or 8436942. OLE color: 8436942.

HSL color Cylindrical-coordinate representation of color #CEBC80: hue angle of 46.15º degrees, saturation: 0.44, 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 #CEBC80 is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB206188128-
CMYK00.090.380.19
HSL46.15º44.32%65.49%-
HSV(B)46.15º37.86%80.78%-
XYZ47.3350.6527.7-
YUV186.5494.96141.88-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.46%
GREEN value IS 188 (73.83% from 255) = 36.02%
BLUE value IS 128 (50.39% from 255) = 24.52%
R=39.46%
G=36.02%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618812800.090.380.1946.1544.3265.49
HexCEBC800926132e2c41
Octal31627420001146235654101
Binary11001110101111001000000001001100110100111011101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBC80; }

 p { color: rgb(206,188,128); }

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

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

 a { background-color: rgb(206,188,128); }

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

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

 span { border-color: rgb(206,188,128); }

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