#CCBA5B

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

Shades of Tacha #CCBA5B

Tints of Tacha #CCBA5B

Color information

#CCBA5B (or 0xCCBA5B) is unknown color: approx Tacha. HEX triplet: CC, BA and 5B. RGB value is (204,186,91). Sum of RGB (Red+Green+Blue) = 204+186+91=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 91 (35.94% from 255 or 18.92% from 481); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBA5B is #3345A4. Grayscale: #B4B4B4. Windows color (decimal): -3360165 or 6011596. OLE color: 6011596.

HSL color Cylindrical-coordinate representation of color #CCBA5B: hue angle of 50.44º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CCBA5B is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.2.

Color convert

RGB20418691-
CMYK00.090.550.2
HSL50.44º52.56%57.84%-
HSV(B)50.44º55.39%80%-
XYZ44.3548.7116.96-
YUV180.5577.46144.72-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.41%
GREEN value IS 186 (73.05% from 255) = 38.67%
BLUE value IS 91 (35.94% from 255) = 18.92%
R=42.41%
G=38.67%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.55
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041869100.090.550.250.4452.5657.84
HexCCBA5B09371432353a
Octal3142721330116724626572
Binary110011001011101010110110100111011110100110010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBA5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBA5B; }

 p { color: rgb(204,186,91); }

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

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

 a { background-color: rgb(204,186,91); }

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

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

 span { border-color: rgb(204,186,91); }

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