#CBB95D

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

Shades of Tacha #CBB95D

Tints of Tacha #CBB95D

Color information

#CBB95D (or 0xCBB95D) is unknown color: approx Tacha. HEX triplet: CB, B9 and 5D. RGB value is (203,185,93). Sum of RGB (Red+Green+Blue) = 203+185+93=481 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.20% from 481); Green value is 185 (72.66% from 255 or 38.46% from 481); Blue value is 93 (36.72% from 255 or 19.33% from 481); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB95D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB95D is #3446A2. Grayscale: #B4B4B4. Windows color (decimal): -3425955 or 6142411. OLE color: 6142411.

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

Color convert

RGB20318593-
CMYK00.090.540.20
HSL50.18º51.4%58.04%-
HSV(B)50.18º54.19%79.61%-
XYZ43.9548.1817.34-
YUV179.8978.96144.48-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.20%
GREEN value IS 185 (72.66% from 255) = 38.46%
BLUE value IS 93 (36.72% from 255) = 19.33%
R=42.20%
G=38.46%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031859300.090.540.2050.1851.458.04
HexCBB95D09361432333a
Octal3132711350116624626372
Binary110010111011100110111010100111011010100110010110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB95D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB95D; }

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

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

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

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

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

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

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

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