#CBB757

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

Shades of Tacha #CBB757

Tints of Tacha #CBB757

Color information

#CBB757 (or 0xCBB757) is unknown color: approx Tacha. HEX triplet: CB, B7 and 57. RGB value is (203,183,87). Sum of RGB (Red+Green+Blue) = 203+183+87=473 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.92% from 473); Green value is 183 (71.88% from 255 or 38.69% from 473); Blue value is 87 (34.38% from 255 or 18.39% from 473); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB757 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB757 is #3448A8. Grayscale: #B2B2B2. Windows color (decimal): -3426473 or 5748683. OLE color: 5748683.

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

Color convert

RGB20318387-
CMYK00.100.570.20
HSL49.66º52.73%56.86%-
HSV(B)49.66º57.14%79.61%-
XYZ43.2847.2515.86-
YUV178.0476.63145.81-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.92%
GREEN value IS 183 (71.88% from 255) = 38.69%
BLUE value IS 87 (34.38% from 255) = 18.39%
R=42.92%
G=38.69%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.57
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031838700.100.570.2049.6652.7356.86
HexCBB7570A3914323539
Octal3132671270127124626571
Binary110010111011011110101110101011100110100110010110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB757; }

 p { color: rgb(203,183,87); }

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

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

 a { background-color: rgb(203,183,87); }

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

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

 span { border-color: rgb(203,183,87); }

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