#CBB261

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

Shades of Tacha #CBB261

Tints of Tacha #CBB261

Color information

#CBB261 (or 0xCBB261) is unknown color: approx Tacha. HEX triplet: CB, B2 and 61. RGB value is (203,178,97). Sum of RGB (Red+Green+Blue) = 203+178+97=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 178 (69.92% from 255 or 37.24% from 478); Blue value is 97 (38.28% from 255 or 20.29% from 478); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB261 is #344D9E. Grayscale: #B0B0B0. Windows color (decimal): -3427743 or 6402763. OLE color: 6402763.

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

Color convert

RGB20317897-
CMYK00.120.520.20
HSL45.85º50.48%58.82%-
HSV(B)45.85º52.22%79.61%-
XYZ42.7145.417.82-
YUV176.2483.28147.09-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.47%
GREEN value IS 178 (69.92% from 255) = 37.24%
BLUE value IS 97 (38.28% from 255) = 20.29%
R=42.47%
G=37.24%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031789700.120.520.2045.8550.4858.82
HexCBB2610C34142e323b
Octal3132621410146424566273
Binary110010111011001011000010110011010010100101110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB261; }

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

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

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

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

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

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

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

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