#CEBB80

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

Shades of Yuma #CEBB80

Tints of Yuma #CEBB80

Color information

#CEBB80 (or 0xCEBB80) is unknown color: approx Yuma. HEX triplet: CE, BB and 80. RGB value is (206,187,128). Sum of RGB (Red+Green+Blue) = 206+187+128=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 187 (73.44% from 255 or 35.89% from 521); Blue value is 128 (50.39% from 255 or 24.57% from 521); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBB80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBB80 is #31447F. Grayscale: #BABABA. Windows color (decimal): -3228800 or 8436686. OLE color: 8436686.

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

Color convert

RGB206187128-
CMYK00.090.380.19
HSL45.38º44.32%65.49%-
HSV(B)45.38º37.86%80.78%-
XYZ47.1250.2227.63-
YUV185.9695.29142.3-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.54%
GREEN value IS 187 (73.44% from 255) = 35.89%
BLUE value IS 128 (50.39% from 255) = 24.57%
R=39.54%
G=35.89%
B=24.57%

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
Decimal20618712800.090.380.1945.3844.3265.49
HexCEBB800926132d2c41
Octal31627320001146235554101
Binary11001110101110111000000001001100110100111011011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBB80; }

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

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

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

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

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

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

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

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