#CEBB55

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

Shades of Tacha #CEBB55

Tints of Tacha #CEBB55

Color information

#CEBB55 (or 0xCEBB55) is unknown color: approx Tacha. HEX triplet: CE, BB and 55. RGB value is (206,187,85). Sum of RGB (Red+Green+Blue) = 206+187+85=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 187 (73.44% from 255 or 39.12% from 478); Blue value is 85 (33.59% from 255 or 17.78% from 478); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBB55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBB55 is #3144AA. Grayscale: #B5B5B5. Windows color (decimal): -3228843 or 5618638. OLE color: 5618638.

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

Color convert

RGB20618785-
CMYK00.090.590.19
HSL50.58º55.25%57.06%-
HSV(B)50.58º58.74%80.78%-
XYZ44.8649.3215.75-
YUV181.0573.79145.79-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.10%
GREEN value IS 187 (73.44% from 255) = 39.12%
BLUE value IS 85 (33.59% from 255) = 17.78%
R=43.10%
G=39.12%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.59
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061878500.090.590.1950.5855.2557.06
HexCEBB55093B13333739
Octal3162731250117323636771
Binary110011101011101110101010100111101110011110011110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBB55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBB55; }

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

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

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

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

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

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

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

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