#CBB754

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

Shades of Tacha #CBB754

Tints of Tacha #CBB754

Color information

#CBB754 (or 0xCBB754) is unknown color: approx Tacha. HEX triplet: CB, B7 and 54. RGB value is (203,183,84). Sum of RGB (Red+Green+Blue) = 203+183+84=470 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.19% from 470); Green value is 183 (71.88% from 255 or 38.94% from 470); Blue value is 84 (33.20% from 255 or 17.87% from 470); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB754 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB754 is #3448AB. Grayscale: #B2B2B2. Windows color (decimal): -3426476 or 5552075. OLE color: 5552075.

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

Color convert

RGB20318384-
CMYK00.100.590.20
HSL49.92º53.36%56.27%-
HSV(B)49.92º58.62%79.61%-
XYZ43.1647.215.22-
YUV177.6975.13146.05-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.19%
GREEN value IS 183 (71.88% from 255) = 38.94%
BLUE value IS 84 (33.20% from 255) = 17.87%
R=43.19%
G=38.94%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.59
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031838400.100.590.2049.9253.3656.27
HexCBB7540A3B14323538
Octal3132671240127324626570
Binary110010111011011110101000101011101110100110010110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB754; }

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

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

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

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

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

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

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

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