#CBB361

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

Shades of Tacha #CBB361

Tints of Tacha #CBB361

Color information

#CBB361 (or 0xCBB361) is unknown color: approx Tacha. HEX triplet: CB, B3 and 61. RGB value is (203,179,97). Sum of RGB (Red+Green+Blue) = 203+179+97=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 179 (70.31% from 255 or 37.37% from 479); Blue value is 97 (38.28% from 255 or 20.25% from 479); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB361 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB361 is #344C9E. Grayscale: #B1B1B1. Windows color (decimal): -3427487 or 6403019. OLE color: 6403019.

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

Color convert

RGB20317997-
CMYK00.120.520.20
HSL46.42º50.48%58.82%-
HSV(B)46.42º52.22%79.61%-
XYZ42.9145.817.89-
YUV176.8382.95146.67-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.38%
GREEN value IS 179 (70.31% from 255) = 37.37%
BLUE value IS 97 (38.28% from 255) = 20.25%
R=42.38%
G=37.37%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031799700.120.520.2046.4250.4858.82
HexCBB3610C34142e323b
Octal3132631410146424566273
Binary110010111011001111000010110011010010100101110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB361; }

 p { color: rgb(203,179,97); }

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

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

 a { background-color: rgb(203,179,97); }

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

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

 span { border-color: rgb(203,179,97); }

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