#CBB95B

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

Shades of Tacha #CBB95B

Tints of Tacha #CBB95B

Color information

#CBB95B (or 0xCBB95B) is unknown color: approx Tacha. HEX triplet: CB, B9 and 5B. RGB value is (203,185,91). Sum of RGB (Red+Green+Blue) = 203+185+91=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 185 (72.66% from 255 or 38.62% from 479); Blue value is 91 (35.94% from 255 or 19.00% from 479); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB95B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB95B is #3446A4. Grayscale: #B4B4B4. Windows color (decimal): -3425957 or 6011339. OLE color: 6011339.

HSL color Cylindrical-coordinate representation of color #CBB95B: hue angle of 50.36º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CBB95B is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB20318591-
CMYK00.090.550.20
HSL50.36º51.85%57.65%-
HSV(B)50.36º55.17%79.61%-
XYZ43.8748.1516.88-
YUV179.6777.96144.64-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.38%
GREEN value IS 185 (72.66% from 255) = 38.62%
BLUE value IS 91 (35.94% from 255) = 19.00%
R=42.38%
G=38.62%
B=19.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031859100.090.550.2050.3651.8557.65
HexCBB95B09371432343a
Octal3132711330116724626472
Binary110010111011100110110110100111011110100110010110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB95B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB95B; }

 p { color: rgb(203,185,91); }

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

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

 a { background-color: rgb(203,185,91); }

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

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

 span { border-color: rgb(203,185,91); }

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