#CBB260

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

Shades of Tacha #CBB260

Tints of Tacha #CBB260

Color information

#CBB260 (or 0xCBB260) is unknown color: approx Tacha. HEX triplet: CB, B2 and 60. RGB value is (203,178,96). Sum of RGB (Red+Green+Blue) = 203+178+96=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 178 (69.92% from 255 or 37.32% from 477); Blue value is 96 (37.89% from 255 or 20.13% from 477); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB260 is #344D9F. Grayscale: #B0B0B0. Windows color (decimal): -3427744 or 6337227. OLE color: 6337227.

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

Color convert

RGB20317896-
CMYK00.120.530.20
HSL45.98º50.71%58.63%-
HSV(B)45.98º52.71%79.61%-
XYZ42.6645.3817.58-
YUV176.1382.78147.17-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.56%
GREEN value IS 178 (69.92% from 255) = 37.32%
BLUE value IS 96 (37.89% from 255) = 20.13%
R=42.56%
G=37.32%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031789600.120.530.2045.9850.7158.63
HexCBB2600C35142e333b
Octal3132621400146524566373
Binary110010111011001011000000110011010110100101110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB260; }

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

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

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

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

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

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

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

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