#CBB760

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

Shades of Tacha #CBB760

Tints of Tacha #CBB760

Color information

#CBB760 (or 0xCBB760) is unknown color: approx Tacha. HEX triplet: CB, B7 and 60. RGB value is (203,183,96). Sum of RGB (Red+Green+Blue) = 203+183+96=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 183 (71.88% from 255 or 37.97% from 482); Blue value is 96 (37.89% from 255 or 19.92% from 482); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB760 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB760 is #34489F. Grayscale: #B3B3B3. Windows color (decimal): -3426464 or 6338507. OLE color: 6338507.

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

Color convert

RGB20318396-
CMYK00.100.530.20
HSL48.79º50.71%58.63%-
HSV(B)48.79º52.71%79.61%-
XYZ43.6747.4117.92-
YUV179.0681.13145.07-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.12%
GREEN value IS 183 (71.88% from 255) = 37.97%
BLUE value IS 96 (37.89% from 255) = 19.92%
R=42.12%
G=37.97%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031839600.100.530.2048.7950.7158.63
HexCBB7600A351431333b
Octal3132671400126524616373
Binary110010111011011111000000101011010110100110001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB760; }

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

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

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

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

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

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

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

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