#CBB362

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

Shades of Tacha #CBB362

Tints of Tacha #CBB362

Color information

#CBB362 (or 0xCBB362) is unknown color: approx Tacha. HEX triplet: CB, B3 and 62. RGB value is (203,179,98). Sum of RGB (Red+Green+Blue) = 203+179+98=480 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.29% from 480); Green value is 179 (70.31% from 255 or 37.29% from 480); Blue value is 98 (38.67% from 255 or 20.42% from 480); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB362 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB362 is #344C9D. Grayscale: #B1B1B1. Windows color (decimal): -3427486 or 6468555. OLE color: 6468555.

HSL color Cylindrical-coordinate representation of color #CBB362: hue angle of 46.29º 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 #CBB362 is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.20.

Color convert

RGB20317998-
CMYK00.120.520.20
HSL46.29º50.24%59.02%-
HSV(B)46.29º51.72%79.61%-
XYZ42.9545.8218.14-
YUV176.9483.45146.59-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.29%
GREEN value IS 179 (70.31% from 255) = 37.29%
BLUE value IS 98 (38.67% from 255) = 20.42%
R=42.29%
G=37.29%
B=20.42%

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
Decimal2031799800.120.520.2046.2950.2459.02
HexCBB3620C34142e323b
Octal3132631420146424566273
Binary110010111011001111000100110011010010100101110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB362; }

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

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

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

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

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

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

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

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