#CEBB82

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

Shades of Yuma #CEBB82

Tints of Yuma #CEBB82

Color information

#CEBB82 (or 0xCEBB82) is unknown color: approx Yuma. HEX triplet: CE, BB and 82. RGB value is (206,187,130). Sum of RGB (Red+Green+Blue) = 206+187+130=523 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.39% from 523); Green value is 187 (73.44% from 255 or 35.76% from 523); Blue value is 130 (51.17% from 255 or 24.86% from 523); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBB82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBB82 is #31447D. Grayscale: #BABABA. Windows color (decimal): -3228798 or 8567758. OLE color: 8567758.

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

Color convert

RGB206187130-
CMYK00.090.370.19
HSL45º43.68%65.88%-
HSV(B)45º36.89%80.78%-
XYZ47.2550.2728.33-
YUV186.1896.29142.13-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.39%
GREEN value IS 187 (73.44% from 255) = 35.76%
BLUE value IS 130 (51.17% from 255) = 24.86%
R=39.39%
G=35.76%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.37
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618713000.090.370.194543.6865.88
HexCEBB820925132d2c42
Octal31627320201145235554102
Binary11001110101110111000001001001100101100111011011011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBB82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBB82; }

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

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

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

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

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

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

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

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