#CBB264

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

Shades of Tacha #CBB264

Tints of Tacha #CBB264

Color information

#CBB264 (or 0xCBB264) is unknown color: approx Tacha. HEX triplet: CB, B2 and 64. RGB value is (203,178,100). Sum of RGB (Red+Green+Blue) = 203+178+100=481 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.20% from 481); Green value is 178 (69.92% from 255 or 37.01% from 481); Blue value is 100 (39.45% from 255 or 20.79% from 481); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB264 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB264 is #344D9B. Grayscale: #B0B0B0. Windows color (decimal): -3427740 or 6599371. OLE color: 6599371.

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

Color convert

RGB203178100-
CMYK00.120.510.20
HSL45.44º49.76%59.41%-
HSV(B)45.44º50.74%79.61%-
XYZ42.8545.4618.57-
YUV176.5884.78146.84-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.20%
GREEN value IS 178 (69.92% from 255) = 37.01%
BLUE value IS 100 (39.45% from 255) = 20.79%
R=42.20%
G=37.01%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317810000.120.510.2045.4449.7659.41
HexCBB2640C33142d323b
Octal3132621440146324556273
Binary110010111011001011001000110011001110100101101110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB264; }

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

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

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

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

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

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

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

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