#CBB956

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

Shades of Tacha #CBB956

Tints of Tacha #CBB956

Color information

#CBB956 (or 0xCBB956) is unknown color: approx Tacha. HEX triplet: CB, B9 and 56. RGB value is (203,185,86). Sum of RGB (Red+Green+Blue) = 203+185+86=474 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.83% from 474); Green value is 185 (72.66% from 255 or 39.03% from 474); Blue value is 86 (33.98% from 255 or 18.14% from 474); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB956 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB956 is #3446A9. Grayscale: #B3B3B3. Windows color (decimal): -3425962 or 5683659. OLE color: 5683659.

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

Color convert

RGB20318586-
CMYK00.090.580.20
HSL50.77º52.94%56.67%-
HSV(B)50.77º57.64%79.61%-
XYZ43.6648.0715.78-
YUV179.175.46145.05-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.83%
GREEN value IS 185 (72.66% from 255) = 39.03%
BLUE value IS 86 (33.98% from 255) = 18.14%
R=42.83%
G=39.03%
B=18.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031858600.090.580.2050.7752.9456.67
HexCBB956093A14333539
Octal3132711260117224636571
Binary110010111011100110101100100111101010100110011110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB956; }

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

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

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

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

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

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

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

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