#CBB366

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

Shades of Tacha #CBB366

Tints of Tacha #CBB366

Color information

#CBB366 (or 0xCBB366) is unknown color: approx Tacha. HEX triplet: CB, B3 and 66. RGB value is (203,179,102). Sum of RGB (Red+Green+Blue) = 203+179+102=484 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.94% from 484); Green value is 179 (70.31% from 255 or 36.98% from 484); Blue value is 102 (40.23% from 255 or 21.07% from 484); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB366 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB366 is #344C99. Grayscale: #B1B1B1. Windows color (decimal): -3427482 or 6730699. OLE color: 6730699.

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

Color convert

RGB203179102-
CMYK00.120.500.20
HSL45.74º49.27%59.8%-
HSV(B)45.74º49.75%79.61%-
XYZ43.1545.919.16-
YUV177.485.45146.26-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.94%
GREEN value IS 179 (70.31% from 255) = 36.98%
BLUE value IS 102 (40.23% from 255) = 21.07%
R=41.94%
G=36.98%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317910200.120.500.2045.7449.2759.8
HexCBB3660C32142e313c
Octal3132631460146224566174
Binary110010111011001111001100110011001010100101110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB366; }

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

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

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

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

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

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

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

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